Shades of Yellow Green #99C52D
Tints of Yellow Green #99C52D
RGB
CMYK
RGB Variations
Color information
#99C52D (or 0x99C52D) is known color: Yellow Green. HEX triplet: 99, C5 and 2D. RGB value is (153,197,45). Sum of RGB (Red+Green+Blue) = 153+197+45=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #99C52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C52D is #663AD2. Grayscale: #A7A7A7. Windows color (decimal): -6699731 or 2999705. OLE color: 2999705.
HSL color Cylindrical-coordinate representation of color #99C52D: hue angle of 77.37º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99C52D is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 45 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.23 |
| HSL | 77.37º | 0.63% | 0.47% | - |
| HSV(B) | 77.37º | 0.77% | 0.77% | - |
| XYZ | 33.58 | 46.89 | 9.76 | - |
| YUV | 166.52 | 59.42 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 45 | 0.22 | 0 | 0.77 | 0.23 | 77.37 | 0.63 | 0.47 |
| Hex | 99 | C5 | 2D | 16 | 0 | 4D | 17 | 4D | 3F | 2F |
| Octal | 231 | 305 | 55 | 26 | 0 | 115 | 27 | 115 | 77 | 57 |
| Binary | 10011001 | 11000101 | 101101 | 10110 | 0 | 1001101 | 10111 | 1001101 | 111111 | 101111 |
Color Harmonies of #99C52D
Complementary color
Monochromatic Colors of #99C52D
Black with #99C52D
Text Example
Text Example
White with #99C52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C52D; }
p { color: rgb(153,197,45); }
H1.HeaderClassName
{
color: #99C52D;
}
.AnyTagClassName
{
color: #99C52D;
}
</style>
background-color css
<style>
a { background-color: #99C52D; }
a { background-color: rgb(153,197,45); }
div.DivClassName
{
background-color: #99C52D;
}
.BgClassName
{
background-color: #99C52D;
}
</style>
border-color css
<style>
span { border-color: #99C52D; }
span { border-color: rgb(153,197,45); }
td.TdClassName
{
border-color: #99C52D;
}
.TagClassName
{
border-color: #99C52D;
}
</style>