COLOR #99D077

HEX: #99D077
RGB: (153,208,119)

Renk bilgisi

#99D077 contains mainly red and green colors. #99D077 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#99D077 color RGB value is (153,208,119).

  • kırmız ton 153;
  • yeşil ton 208;
  • mavi ton 119.
RGB:
(153,208,119)
(60%,82%,47%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 208 of 255 = 82%
B 119 of 255 = 47%

153
208
119

R + G + B ~ 63%. #99D077 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 208 + 119 = 480 (100%)
R 153 of 480 ~ 31.88%
G 208 of 480 ~ 43.33%
B 119 of 480 ~ 24.79%

%31.88
%43.33
%24.79

CMYK RENK MODELİ

#99D077 rengi CMYK tonu (26,0,43,18).

  • camgöbeği tonu 26.44%
  • eflatun tonu 0.00%
  • sarı tonu 42.79%
  • ana renk tonu 18.43%
CMYK:
(26,0,43,18)
C26M0Y43K18 
(26%,0%,43%,18%)
(0.26/0.00/0.43/0.18)	

CMYK yüzdeleri

%26.44
%0
%42.79
%18.43

Codes

Color #99D077 in popluar color models

99D077
RGB153208119
HSL97°48.63%64.12%
HSB/HSV97°42.79%81.57%
CMYK26.44%0.00%42.79%
18.43%

Color #99D077 in popluar number systems.

HEX99D077
Decimal153208119
Binary10011001110100001110111
Octal231320167

Shades and tints

Shades of #99D077

#99D077
(153,208,119)
#8CBE6D
(140,190,109)
#7FAC63
(127,172,99)
#729A59
(114,154,89)
#65884F
(101,136,79)
#587645
(88,118,69)
#4B643B
(75,100,59)
#3E5231
(62,82,49)
#314027
(49,64,39)
#242E1D
(36,46,29)
#171C13
(23,28,19)
#000000
(0,0,0)

Tints of #99D077

#99D077
(153,208,119)
#A2D483
(162,212,131)
#ABD88F
(171,216,143)
#B4DC9B
(180,220,155)
#BDE0A7
(189,224,167)
#C6E4B3
(198,228,179)
#CFE8BF
(207,232,191)
#D8ECCB
(216,236,203)
#E1F0D7
(225,240,215)
#EAF4E3
(234,244,227)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D077 color. Also use rgb(153,208,119) instead hex code.

Text Font Color

.myTextColor { color: #99D077; }

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

This text font color is #99D077.


Background Color

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

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

This div background color is #99D077.


Border color

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

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

This div border color is #99D077.


Opacity

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

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

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

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

This text has shadow with #99D077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D077 on black background.


Color preview on white background

This text has color #99D077 on white background.



Black color preview on #99D077 background

This text has black color on #99D077 background.


White color preview on #99D077 background

This text has white color on #99D077 background.