Shades of Yellow Green #99C034
Tints of Yellow Green #99C034
RGB
CMYK
RGB Variations
Color information
#99C034 (or 0x99C034) is known color: Yellow Green. HEX triplet: 99, C0 and 34. RGB value is (153,192,52). Sum of RGB (Red+Green+Blue) = 153+192+52=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #99C034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C034 is #663FCB. Grayscale: #A4A4A4. Windows color (decimal): -6701004 or 3457177. OLE color: 3457177.
HSL color Cylindrical-coordinate representation of color #99C034: hue angle of 76.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99C034 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 52 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.25 |
| HSL | 76.71º | 0.57% | 0.48% | - |
| HSV(B) | 76.71º | 0.73% | 0.75% | - |
| XYZ | 32.61 | 44.72 | 10.16 | - |
| YUV | 164.38 | 64.58 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 52 | 0.20 | 0 | 0.73 | 0.25 | 76.71 | 0.57 | 0.48 |
| Hex | 99 | C0 | 34 | 14 | 0 | 49 | 19 | 4D | 39 | 30 |
| Octal | 231 | 300 | 64 | 24 | 0 | 111 | 31 | 115 | 71 | 60 |
| Binary | 10011001 | 11000000 | 110100 | 10100 | 0 | 1001001 | 11001 | 1001101 | 111001 | 110000 |
Color Harmonies of #99C034
Complementary color
Monochromatic Colors of #99C034
Black with #99C034
Text Example
Text Example
White with #99C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C034; }
p { color: rgb(153,192,52); }
H1.HeaderClassName
{
color: #99C034;
}
.AnyTagClassName
{
color: #99C034;
}
</style>
background-color css
<style>
a { background-color: #99C034; }
a { background-color: rgb(153,192,52); }
div.DivClassName
{
background-color: #99C034;
}
.BgClassName
{
background-color: #99C034;
}
</style>
border-color css
<style>
span { border-color: #99C034; }
span { border-color: rgb(153,192,52); }
td.TdClassName
{
border-color: #99C034;
}
.TagClassName
{
border-color: #99C034;
}
</style>