Shades of Yellow Green #96D11E
Tints of Yellow Green #96D11E
RGB
CMYK
RGB Variations
Color information
#96D11E (or 0x96D11E) is known color: Yellow Green. HEX triplet: 96, D1 and 1E. RGB value is (150,209,30). Sum of RGB (Red+Green+Blue) = 150+209+30=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #96D11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D11E is #692EE1. Grayscale: #ABABAB. Windows color (decimal): -6893282 or 2019734. OLE color: 2019734.
HSL color Cylindrical-coordinate representation of color #96D11E: hue angle of 79.78º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96D11E is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 30 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.18 |
| HSL | 79.78º | 0.75% | 0.47% | - |
| HSV(B) | 79.78º | 0.86% | 0.82% | - |
| XYZ | 35.61 | 52.18 | 9.42 | - |
| YUV | 170.95 | 48.45 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 30 | 0.28 | 0 | 0.86 | 0.18 | 79.78 | 0.75 | 0.47 |
| Hex | 96 | D1 | 1E | 1C | 0 | 56 | 12 | 50 | 4B | 2F |
| Octal | 226 | 321 | 36 | 34 | 0 | 126 | 22 | 120 | 113 | 57 |
| Binary | 10010110 | 11010001 | 11110 | 11100 | 0 | 1010110 | 10010 | 1010000 | 1001011 | 101111 |
Color Harmonies of #96D11E
Complementary color
Monochromatic Colors of #96D11E
Black with #96D11E
Text Example
Text Example
White with #96D11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D11E; }
p { color: rgb(150,209,30); }
H1.HeaderClassName
{
color: #96D11E;
}
.AnyTagClassName
{
color: #96D11E;
}
</style>
background-color css
<style>
a { background-color: #96D11E; }
a { background-color: rgb(150,209,30); }
div.DivClassName
{
background-color: #96D11E;
}
.BgClassName
{
background-color: #96D11E;
}
</style>
border-color css
<style>
span { border-color: #96D11E; }
span { border-color: rgb(150,209,30); }
td.TdClassName
{
border-color: #96D11E;
}
.TagClassName
{
border-color: #96D11E;
}
</style>