Shades of Yellow Green #96D02D
Tints of Yellow Green #96D02D
RGB
CMYK
RGB Variations
Color information
#96D02D (or 0x96D02D) is known color: Yellow Green. HEX triplet: 96, D0 and 2D. RGB value is (150,208,45). Sum of RGB (Red+Green+Blue) = 150+208+45=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #96D02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D02D is #692FD2. Grayscale: #ACACAC. Windows color (decimal): -6893523 or 3002518. OLE color: 3002518.
HSL color Cylindrical-coordinate representation of color #96D02D: hue angle of 81.35º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96D02D is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 208 | 45 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.18 |
| HSL | 81.35º | 0.64% | 0.5% | - |
| HSV(B) | 81.35º | 0.78% | 0.82% | - |
| XYZ | 35.61 | 51.79 | 10.6 | - |
| YUV | 172.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 208 | 45 | 0.28 | 0 | 0.78 | 0.18 | 81.35 | 0.64 | 0.5 |
| Hex | 96 | D0 | 2D | 1C | 0 | 4E | 12 | 51 | 40 | 32 |
| Octal | 226 | 320 | 55 | 34 | 0 | 116 | 22 | 121 | 100 | 62 |
| Binary | 10010110 | 11010000 | 101101 | 11100 | 0 | 1001110 | 10010 | 1010001 | 1000000 | 110010 |
Color Harmonies of #96D02D
Complementary color
Monochromatic Colors of #96D02D
Black with #96D02D
Text Example
Text Example
White with #96D02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D02D; }
p { color: rgb(150,208,45); }
H1.HeaderClassName
{
color: #96D02D;
}
.AnyTagClassName
{
color: #96D02D;
}
</style>
background-color css
<style>
a { background-color: #96D02D; }
a { background-color: rgb(150,208,45); }
div.DivClassName
{
background-color: #96D02D;
}
.BgClassName
{
background-color: #96D02D;
}
</style>
border-color css
<style>
span { border-color: #96D02D; }
span { border-color: rgb(150,208,45); }
td.TdClassName
{
border-color: #96D02D;
}
.TagClassName
{
border-color: #96D02D;
}
</style>