Shades of Yellow Green #99C32D
Tints of Yellow Green #99C32D
RGB
CMYK
RGB Variations
Color information
#99C32D (or 0x99C32D) is known color: Yellow Green. HEX triplet: 99, C3 and 2D. RGB value is (153,195,45). Sum of RGB (Red+Green+Blue) = 153+195+45=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #99C32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C32D is #663CD2. Grayscale: #A5A5A5. Windows color (decimal): -6700243 or 2999193. OLE color: 2999193.
HSL color Cylindrical-coordinate representation of color #99C32D: hue angle of 76.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99C32D is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 45 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.24 |
| HSL | 76.8º | 0.63% | 0.47% | - |
| HSV(B) | 76.8º | 0.77% | 0.76% | - |
| XYZ | 33.13 | 45.99 | 9.61 | - |
| YUV | 165.34 | 60.09 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 45 | 0.22 | 0 | 0.77 | 0.24 | 76.8 | 0.63 | 0.47 |
| Hex | 99 | C3 | 2D | 16 | 0 | 4D | 18 | 4D | 3E | 2F |
| Octal | 231 | 303 | 55 | 26 | 0 | 115 | 30 | 115 | 76 | 57 |
| Binary | 10011001 | 11000011 | 101101 | 10110 | 0 | 1001101 | 11000 | 1001101 | 111110 | 101111 |
Color Harmonies of #99C32D
Complementary color
Monochromatic Colors of #99C32D
Black with #99C32D
Text Example
Text Example
White with #99C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C32D; }
p { color: rgb(153,195,45); }
H1.HeaderClassName
{
color: #99C32D;
}
.AnyTagClassName
{
color: #99C32D;
}
</style>
background-color css
<style>
a { background-color: #99C32D; }
a { background-color: rgb(153,195,45); }
div.DivClassName
{
background-color: #99C32D;
}
.BgClassName
{
background-color: #99C32D;
}
</style>
border-color css
<style>
span { border-color: #99C32D; }
span { border-color: rgb(153,195,45); }
td.TdClassName
{
border-color: #99C32D;
}
.TagClassName
{
border-color: #99C32D;
}
</style>