Shades of Yellow Green #99CC25
Tints of Yellow Green #99CC25
RGB
CMYK
RGB Variations
Color information
#99CC25 (or 0x99CC25) is known color: Yellow Green. HEX triplet: 99, CC and 25. RGB value is (153,204,37). Sum of RGB (Red+Green+Blue) = 153+204+37=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CC25 is #6633DA. Grayscale: #AAAAAA. Windows color (decimal): -6697947 or 2477209. OLE color: 2477209.
HSL color Cylindrical-coordinate representation of color #99CC25: hue angle of 78.32º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99CC25 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 37 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.2 |
| HSL | 78.32º | 0.69% | 0.47% | - |
| HSV(B) | 78.32º | 0.82% | 0.8% | - |
| XYZ | 35.06 | 50.09 | 9.57 | - |
| YUV | 169.71 | 53.1 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 37 | 0.25 | 0 | 0.82 | 0.2 | 78.32 | 0.69 | 0.47 |
| Hex | 99 | CC | 25 | 19 | 0 | 52 | 14 | 4E | 45 | 2F |
| Octal | 231 | 314 | 45 | 31 | 0 | 122 | 24 | 116 | 105 | 57 |
| Binary | 10011001 | 11001100 | 100101 | 11001 | 0 | 1010010 | 10100 | 1001110 | 1000101 | 101111 |
Color Harmonies of #99CC25
Complementary color
Monochromatic Colors of #99CC25
Black with #99CC25
Text Example
Text Example
White with #99CC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CC25; }
p { color: rgb(153,204,37); }
H1.HeaderClassName
{
color: #99CC25;
}
.AnyTagClassName
{
color: #99CC25;
}
</style>
background-color css
<style>
a { background-color: #99CC25; }
a { background-color: rgb(153,204,37); }
div.DivClassName
{
background-color: #99CC25;
}
.BgClassName
{
background-color: #99CC25;
}
</style>
border-color css
<style>
span { border-color: #99CC25; }
span { border-color: rgb(153,204,37); }
td.TdClassName
{
border-color: #99CC25;
}
.TagClassName
{
border-color: #99CC25;
}
</style>