Shades of Yellow Green #96DB1E
Tints of Yellow Green #96DB1E
RGB
CMYK
RGB Variations
Color information
#96DB1E (or 0x96DB1E) is known color: Yellow Green. HEX triplet: 96, DB and 1E. RGB value is (150,219,30). Sum of RGB (Red+Green+Blue) = 150+219+30=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 219 (85.94% from 255 or 54.89% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DB1E is #6924E1. Grayscale: #B1B1B1. Windows color (decimal): -6890722 or 2022294. OLE color: 2022294.
HSL color Cylindrical-coordinate representation of color #96DB1E: hue angle of 81.9º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96DB1E is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 30 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.14 |
| HSL | 81.9º | 0.76% | 0.49% | - |
| HSV(B) | 81.9º | 0.86% | 0.86% | - |
| XYZ | 38.14 | 57.24 | 10.27 | - |
| YUV | 176.82 | 45.14 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 30 | 0.32 | 0 | 0.86 | 0.14 | 81.9 | 0.76 | 0.49 |
| Hex | 96 | DB | 1E | 20 | 0 | 56 | E | 52 | 4C | 31 |
| Octal | 226 | 333 | 36 | 40 | 0 | 126 | 16 | 122 | 114 | 61 |
| Binary | 10010110 | 11011011 | 11110 | 100000 | 0 | 1010110 | 1110 | 1010010 | 1001100 | 110001 |
Color Harmonies of #96DB1E
Complementary color
Monochromatic Colors of #96DB1E
Black with #96DB1E
Text Example
Text Example
White with #96DB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB1E; }
p { color: rgb(150,219,30); }
H1.HeaderClassName
{
color: #96DB1E;
}
.AnyTagClassName
{
color: #96DB1E;
}
</style>
background-color css
<style>
a { background-color: #96DB1E; }
a { background-color: rgb(150,219,30); }
div.DivClassName
{
background-color: #96DB1E;
}
.BgClassName
{
background-color: #96DB1E;
}
</style>
border-color css
<style>
span { border-color: #96DB1E; }
span { border-color: rgb(150,219,30); }
td.TdClassName
{
border-color: #96DB1E;
}
.TagClassName
{
border-color: #96DB1E;
}
</style>