Shades of Yellow Green #96E01D
Tints of Yellow Green #96E01D
RGB
CMYK
RGB Variations
Color information
#96E01D (or 0x96E01D) is known color: Yellow Green. HEX triplet: 96, E0 and 1D. RGB value is (150,224,29). Sum of RGB (Red+Green+Blue) = 150+224+29=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #96E01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E01D is #691FE2. Grayscale: #B4B4B4. Windows color (decimal): -6889443 or 1958038. OLE color: 1958038.
HSL color Cylindrical-coordinate representation of color #96E01D: hue angle of 82.77º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96E01D is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 224 | 29 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.12 |
| HSL | 82.77º | 0.77% | 0.5% | - |
| HSV(B) | 82.77º | 0.87% | 0.88% | - |
| XYZ | 39.46 | 59.88 | 10.64 | - |
| YUV | 179.64 | 42.98 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 29 | 0.33 | 0 | 0.87 | 0.12 | 82.77 | 0.77 | 0.5 |
| Hex | 96 | E0 | 1D | 21 | 0 | 57 | C | 53 | 4D | 32 |
| Octal | 226 | 340 | 35 | 41 | 0 | 127 | 14 | 123 | 115 | 62 |
| Binary | 10010110 | 11100000 | 11101 | 100001 | 0 | 1010111 | 1100 | 1010011 | 1001101 | 110010 |
Color Harmonies of #96E01D
Complementary color
Monochromatic Colors of #96E01D
Black with #96E01D
Text Example
Text Example
White with #96E01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E01D; }
p { color: rgb(150,224,29); }
H1.HeaderClassName
{
color: #96E01D;
}
.AnyTagClassName
{
color: #96E01D;
}
</style>
background-color css
<style>
a { background-color: #96E01D; }
a { background-color: rgb(150,224,29); }
div.DivClassName
{
background-color: #96E01D;
}
.BgClassName
{
background-color: #96E01D;
}
</style>
border-color css
<style>
span { border-color: #96E01D; }
span { border-color: rgb(150,224,29); }
td.TdClassName
{
border-color: #96E01D;
}
.TagClassName
{
border-color: #96E01D;
}
</style>