Shades of Yellow Green #99C434
Tints of Yellow Green #99C434
RGB
CMYK
RGB Variations
Color information
#99C434 (or 0x99C434) is known color: Yellow Green. HEX triplet: 99, C4 and 34. RGB value is (153,196,52). Sum of RGB (Red+Green+Blue) = 153+196+52=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #99C434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C434 is #663BCB. Grayscale: #A7A7A7. Windows color (decimal): -6699980 or 3458201. OLE color: 3458201.
HSL color Cylindrical-coordinate representation of color #99C434: hue angle of 77.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99C434 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 196 | 52 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.23 |
| HSL | 77.92º | 0.58% | 0.49% | - |
| HSV(B) | 77.92º | 0.73% | 0.77% | - |
| XYZ | 33.5 | 46.5 | 10.46 | - |
| YUV | 166.73 | 63.25 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 196 | 52 | 0.22 | 0 | 0.73 | 0.23 | 77.92 | 0.58 | 0.49 |
| Hex | 99 | C4 | 34 | 16 | 0 | 49 | 17 | 4E | 3A | 31 |
| Octal | 231 | 304 | 64 | 26 | 0 | 111 | 27 | 116 | 72 | 61 |
| Binary | 10011001 | 11000100 | 110100 | 10110 | 0 | 1001001 | 10111 | 1001110 | 111010 | 110001 |
Color Harmonies of #99C434
Complementary color
Monochromatic Colors of #99C434
Black with #99C434
Text Example
Text Example
White with #99C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C434; }
p { color: rgb(153,196,52); }
H1.HeaderClassName
{
color: #99C434;
}
.AnyTagClassName
{
color: #99C434;
}
</style>
background-color css
<style>
a { background-color: #99C434; }
a { background-color: rgb(153,196,52); }
div.DivClassName
{
background-color: #99C434;
}
.BgClassName
{
background-color: #99C434;
}
</style>
border-color css
<style>
span { border-color: #99C434; }
span { border-color: rgb(153,196,52); }
td.TdClassName
{
border-color: #99C434;
}
.TagClassName
{
border-color: #99C434;
}
</style>