Shades of Yellow Green #96DA20
Tints of Yellow Green #96DA20
RGB
CMYK
RGB Variations
Color information
#96DA20 (or 0x96DA20) is known color: Yellow Green. HEX triplet: 96, DA and 20. RGB value is (150,218,32). Sum of RGB (Red+Green+Blue) = 150+218+32=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DA20 is #6925DF. Grayscale: #B1B1B1. Windows color (decimal): -6890976 or 2153110. OLE color: 2153110.
HSL color Cylindrical-coordinate representation of color #96DA20: hue angle of 81.94º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96DA20 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 218 | 32 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.15 |
| HSL | 81.94º | 0.74% | 0.49% | - |
| HSV(B) | 81.94º | 0.85% | 0.85% | - |
| XYZ | 37.91 | 56.73 | 10.32 | - |
| YUV | 176.46 | 46.47 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 32 | 0.31 | 0 | 0.85 | 0.15 | 81.94 | 0.74 | 0.49 |
| Hex | 96 | DA | 20 | 1F | 0 | 55 | F | 52 | 4A | 31 |
| Octal | 226 | 332 | 40 | 37 | 0 | 125 | 17 | 122 | 112 | 61 |
| Binary | 10010110 | 11011010 | 100000 | 11111 | 0 | 1010101 | 1111 | 1010010 | 1001010 | 110001 |
Color Harmonies of #96DA20
Complementary color
Monochromatic Colors of #96DA20
Black with #96DA20
Text Example
Text Example
White with #96DA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DA20; }
p { color: rgb(150,218,32); }
H1.HeaderClassName
{
color: #96DA20;
}
.AnyTagClassName
{
color: #96DA20;
}
</style>
background-color css
<style>
a { background-color: #96DA20; }
a { background-color: rgb(150,218,32); }
div.DivClassName
{
background-color: #96DA20;
}
.BgClassName
{
background-color: #96DA20;
}
</style>
border-color css
<style>
span { border-color: #96DA20; }
span { border-color: rgb(150,218,32); }
td.TdClassName
{
border-color: #96DA20;
}
.TagClassName
{
border-color: #96DA20;
}
</style>