Shades of Yellow Green #99D034
Tints of Yellow Green #99D034
RGB
CMYK
RGB Variations
Color information
#99D034 (or 0x99D034) is known color: Yellow Green. HEX triplet: 99, D0 and 34. RGB value is (153,208,52). Sum of RGB (Red+Green+Blue) = 153+208+52=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #99D034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D034 is #662FCB. Grayscale: #AEAEAE. Windows color (decimal): -6696908 or 3461273. OLE color: 3461273.
HSL color Cylindrical-coordinate representation of color #99D034: hue angle of 81.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99D034 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 52 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.18 |
| HSL | 81.15º | 0.62% | 0.51% | - |
| HSV(B) | 81.15º | 0.75% | 0.82% | - |
| XYZ | 36.31 | 52.13 | 11.4 | - |
| YUV | 173.77 | 59.28 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 52 | 0.26 | 0 | 0.75 | 0.18 | 81.15 | 0.62 | 0.51 |
| Hex | 99 | D0 | 34 | 1A | 0 | 4B | 12 | 51 | 3E | 33 |
| Octal | 231 | 320 | 64 | 32 | 0 | 113 | 22 | 121 | 76 | 63 |
| Binary | 10011001 | 11010000 | 110100 | 11010 | 0 | 1001011 | 10010 | 1010001 | 111110 | 110011 |
Color Harmonies of #99D034
Complementary color
Monochromatic Colors of #99D034
Black with #99D034
Text Example
Text Example
White with #99D034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D034; }
p { color: rgb(153,208,52); }
H1.HeaderClassName
{
color: #99D034;
}
.AnyTagClassName
{
color: #99D034;
}
</style>
background-color css
<style>
a { background-color: #99D034; }
a { background-color: rgb(153,208,52); }
div.DivClassName
{
background-color: #99D034;
}
.BgClassName
{
background-color: #99D034;
}
</style>
border-color css
<style>
span { border-color: #99D034; }
span { border-color: rgb(153,208,52); }
td.TdClassName
{
border-color: #99D034;
}
.TagClassName
{
border-color: #99D034;
}
</style>