COLOR #99E34F

HEX: #99E34F
RGB: (153,227,79)

Renk bilgisi

#99E34F contains mainly green color. #99E34F ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#99E34F color RGB value is (153,227,79).

  • kırmız ton 153;
  • yeşil ton 227;
  • mavi ton 79.
RGB:
(153,227,79)
(60%,89%,31%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 227 of 255 = 89%
B 79 of 255 = 31%

153
227
79

R + G + B ~ 60%. #99E34F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 227 + 79 = 459 (100%)
R 153 of 459 ~ 33.33%
G 227 of 459 ~ 49.46%
B 79 of 459 ~ 17.21%

%33.33
%49.46
%17.21

CMYK RENK MODELİ

#99E34F rengi CMYK tonu (33,0,65,11).

  • camgöbeği tonu 32.60%
  • eflatun tonu 0.00%
  • sarı tonu 65.20%
  • ana renk tonu 10.98%
CMYK:
(33,0,65,11)
C33M0Y65K11 
(33%,0%,65%,11%)
(0.33/0.00/0.65/0.11)	

CMYK yüzdeleri

%32.6
%0
%65.2
%10.98

Codes

Color #99E34F in popluar color models

99E34F
RGB15322779
HSL90°72.55%60.00%
HSB/HSV90°65.20%89.02%
CMYK32.60%0.00%65.20%
10.98%

Color #99E34F in popluar number systems.

HEX99E34F
Decimal15322779
Binary10011001111000111001111
Octal231343117

Shades and tints

Shades of #99E34F

#99E34F
(153,227,79)
#8CCF48
(140,207,72)
#7FBB41
(127,187,65)
#72A73A
(114,167,58)
#659333
(101,147,51)
#587F2C
(88,127,44)
#4B6B25
(75,107,37)
#3E571E
(62,87,30)
#314317
(49,67,23)
#242F10
(36,47,16)
#171B09
(23,27,9)
#000000
(0,0,0)

Tints of #99E34F

#99E34F
(153,227,79)
#A2E55F
(162,229,95)
#ABE76F
(171,231,111)
#B4E97F
(180,233,127)
#BDEB8F
(189,235,143)
#C6ED9F
(198,237,159)
#CFEFAF
(207,239,175)
#D8F1BF
(216,241,191)
#E1F3CF
(225,243,207)
#EAF5DF
(234,245,223)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E34F color. Also use rgb(153,227,79) instead hex code.

Text Font Color

.myTextColor { color: #99E34F; }

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

This text font color is #99E34F.


Background Color

.myBgColor { background-color: #99E34F; }

<div style="background-color:#99E34F">Inner text</div>

This div background color is #99E34F.


Border color

.myBorderColor { border: 1px solid #99E34F; }

<div style="border:3px solid #99E34F">Div</div>

This div border color is #99E34F.


Opacity

.myOpacity80 { color: #99E34F; opacity: 0.8; }

<p style="color:#99E34F;opacity:0.8;">80%</p>

Text with #99E34F 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 #99E34F;}

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

This text has shadow with #99E34F color.

.textShadow {text-shadow: 3px 3px 1px #99E34F, 3px 3px 1px red;}

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

This text has shadow with #99E34F primary color and red secondary color.


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

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

This text has shadow with #99E34F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E34F on black background.


Color preview on white background

This text has color #99E34F on white background.



Black color preview on #99E34F background

This text has black color on #99E34F background.


White color preview on #99E34F background

This text has white color on #99E34F background.