Shades of Yellow Green #99C032
Tints of Yellow Green #99C032
RGB
CMYK
RGB Variations
Color information
#99C032 (or 0x99C032) is known color: Yellow Green. HEX triplet: 99, C0 and 32. RGB value is (153,192,50). Sum of RGB (Red+Green+Blue) = 153+192+50=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #99C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C032 is #663FCD. Grayscale: #A4A4A4. Windows color (decimal): -6701006 or 3326105. OLE color: 3326105.
HSL color Cylindrical-coordinate representation of color #99C032: hue angle of 76.48º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99C032 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 50 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.25 |
| HSL | 76.48º | 0.59% | 0.47% | - |
| HSV(B) | 76.48º | 0.74% | 0.75% | - |
| XYZ | 32.56 | 44.7 | 9.93 | - |
| YUV | 164.15 | 63.58 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 50 | 0.20 | 0 | 0.74 | 0.25 | 76.48 | 0.59 | 0.47 |
| Hex | 99 | C0 | 32 | 14 | 0 | 4A | 19 | 4C | 3B | 2F |
| Octal | 231 | 300 | 62 | 24 | 0 | 112 | 31 | 114 | 73 | 57 |
| Binary | 10011001 | 11000000 | 110010 | 10100 | 0 | 1001010 | 11001 | 1001100 | 111011 | 101111 |
Color Harmonies of #99C032
Complementary color
Monochromatic Colors of #99C032
Black with #99C032
Text Example
Text Example
White with #99C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C032; }
p { color: rgb(153,192,50); }
H1.HeaderClassName
{
color: #99C032;
}
.AnyTagClassName
{
color: #99C032;
}
</style>
background-color css
<style>
a { background-color: #99C032; }
a { background-color: rgb(153,192,50); }
div.DivClassName
{
background-color: #99C032;
}
.BgClassName
{
background-color: #99C032;
}
</style>
border-color css
<style>
span { border-color: #99C032; }
span { border-color: rgb(153,192,50); }
td.TdClassName
{
border-color: #99C032;
}
.TagClassName
{
border-color: #99C032;
}
</style>