COLOR #95D30B

HEX: #95D30B
RGB: (149,211,11)

Renk bilgisi

#95D30B contains mainly green color. #95D30B ‘ nin web güvenlik rengi #99CC00 (ya da #9C0) dir.

RGB renk modeli

#95D30B color RGB value is (149,211,11).

  • kırmız ton 149;
  • yeşil ton 211;
  • mavi ton 11.
RGB:
(149,211,11)
(58%,83%,4%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 211 of 255 = 83%
B 11 of 255 = 4%

149
211
11

R + G + B ~ 48%. #95D30B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 211 + 11 = 371 (100%)
R 149 of 371 ~ 40.16%
G 211 of 371 ~ 56.87%
B 11 of 371 ~ 2.96%

%40.16
%56.87

CMYK RENK MODELİ

#95D30B rengi CMYK tonu (29,0,95,17).

  • camgöbeği tonu 29.38%
  • eflatun tonu 0.00%
  • sarı tonu 94.79%
  • ana renk tonu 17.25%
CMYK:
(29,0,95,17)
C29M0Y95K17 
(29%,0%,95%,17%)
(0.29/0.00/0.95/0.17)	

CMYK yüzdeleri

%29.38
%0
%94.79
%17.25

Codes

Color #95D30B in popluar color models

95D30B
RGB14921111
HSL79°90.09%43.53%
HSB/HSV79°94.79%82.75%
CMYK29.38%0.00%94.79%
17.25%

Color #95D30B in popluar number systems.

HEX95D30B
Decimal14921111
Binary10010101110100111011
Octal22532313

Shades and tints

Shades of #95D30B

#95D30B
(149,211,11)
#88C00A
(136,192,10)
#7BAD09
(123,173,9)
#6E9A08
(110,154,8)
#618707
(97,135,7)
#547406
(84,116,6)
#476105
(71,97,5)
#3A4E04
(58,78,4)
#2D3B03
(45,59,3)
#202802
(32,40,2)
#131501
(19,21,1)
#000000
(0,0,0)

Tints of #95D30B

#95D30B
(149,211,11)
#9ED721
(158,215,33)
#A7DB37
(167,219,55)
#B0DF4D
(176,223,77)
#B9E363
(185,227,99)
#C2E779
(194,231,121)
#CBEB8F
(203,235,143)
#D4EFA5
(212,239,165)
#DDF3BB
(221,243,187)
#E6F7D1
(230,247,209)
#EFFBE7
(239,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D30B color. Also use rgb(149,211,11) instead hex code.

Text Font Color

.myTextColor { color: #95D30B; }

<p style="color:#95D30B">This sample text font color is #95D30B.</p>

This text font color is #95D30B.


Background Color

.myBgColor { background-color: #95D30B; }

<div style="background-color:#95D30B">Inner text</div>

This div background color is #95D30B.


Border color

.myBorderColor { border: 1px solid #95D30B; }

<div style="border:3px solid #95D30B">Div</div>

This div border color is #95D30B.


Opacity

.myOpacity80 { color: #95D30B; opacity: 0.8; }

<p style="color:#95D30B;opacity:0.8;">80%</p>

Text with #95D30B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #95D30B;}

<p style="text-shadow: 3px 3px 1px #95D30B">Text here.</p>

This text has shadow with #95D30B color.

.textShadow {text-shadow: 3px 3px 1px #95D30B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #95D30B, 5px 5px 20px red">Text here.</p>

This text has shadow with #95D30B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95D30B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#95D30B, Direction=45, Strength=4)">Text</p>

This text has shadow with #95D30B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #95D30B;
  -webkit-box-shadow:	1px 1px 3px 2px #95D30B;
  box-shadow:		1px 1px 3px 2px #95D30B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95D30B;
-webkit-box-shadow: 1px 1px 3px 2px #95D30B;
box-shadow:1px 1px 3px 2px #95D30B;">
Div content here</div>
This div box has shadow with color #95D30B.

Preview

Color preview on black background

This text has color #95D30B on black background.


Color preview on white background

This text has color #95D30B on white background.



Black color preview on #95D30B background

This text has black color on #95D30B background.


White color preview on #95D30B background

This text has white color on #95D30B background.