Shades of Yellow Green #99CC2F
Tints of Yellow Green #99CC2F
RGB
CMYK
RGB Variations
Color information
#99CC2F (or 0x99CC2F) is known color: Yellow Green. HEX triplet: 99, CC and 2F. RGB value is (153,204,47). Sum of RGB (Red+Green+Blue) = 153+204+47=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CC2F is #6633D0. Grayscale: #ABABAB. Windows color (decimal): -6697937 or 3132569. OLE color: 3132569.
HSL color Cylindrical-coordinate representation of color #99CC2F: hue angle of 79.49º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99CC2F is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 47 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.2 |
| HSL | 79.49º | 0.63% | 0.49% | - |
| HSV(B) | 79.49º | 0.77% | 0.8% | - |
| XYZ | 35.24 | 50.16 | 10.51 | - |
| YUV | 170.85 | 58.1 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 47 | 0.25 | 0 | 0.77 | 0.2 | 79.49 | 0.63 | 0.49 |
| Hex | 99 | CC | 2F | 19 | 0 | 4D | 14 | 4F | 3F | 31 |
| Octal | 231 | 314 | 57 | 31 | 0 | 115 | 24 | 117 | 77 | 61 |
| Binary | 10011001 | 11001100 | 101111 | 11001 | 0 | 1001101 | 10100 | 1001111 | 111111 | 110001 |
Color Harmonies of #99CC2F
Complementary color
Monochromatic Colors of #99CC2F
Black with #99CC2F
Text Example
Text Example
White with #99CC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CC2F; }
p { color: rgb(153,204,47); }
H1.HeaderClassName
{
color: #99CC2F;
}
.AnyTagClassName
{
color: #99CC2F;
}
</style>
background-color css
<style>
a { background-color: #99CC2F; }
a { background-color: rgb(153,204,47); }
div.DivClassName
{
background-color: #99CC2F;
}
.BgClassName
{
background-color: #99CC2F;
}
</style>
border-color css
<style>
span { border-color: #99CC2F; }
span { border-color: rgb(153,204,47); }
td.TdClassName
{
border-color: #99CC2F;
}
.TagClassName
{
border-color: #99CC2F;
}
</style>