Shades of Inch Worm #96DB15
Tints of Inch Worm #96DB15
RGB
CMYK
RGB Variations
Color information
#96DB15 (or 0x96DB15) is known color: Inch Worm. HEX triplet: 96, DB and 15. RGB value is (150,219,21). Sum of RGB (Red+Green+Blue) = 150+219+21=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DB15 is #6924EA. Grayscale: #B0B0B0. Windows color (decimal): -6890731 or 1432470. OLE color: 1432470.
HSL color Cylindrical-coordinate representation of color #96DB15: hue angle of 80.91º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96DB15 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 21 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.14 |
| HSL | 80.91º | 0.83% | 0.47% | - |
| HSV(B) | 80.91º | 0.9% | 0.86% | - |
| XYZ | 38.04 | 57.2 | 9.75 | - |
| YUV | 175.8 | 40.64 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 21 | 0.32 | 0 | 0.90 | 0.14 | 80.91 | 0.83 | 0.47 |
| Hex | 96 | DB | 15 | 20 | 0 | 5A | E | 51 | 52 | 2F |
| Octal | 226 | 333 | 25 | 40 | 0 | 132 | 16 | 121 | 122 | 57 |
| Binary | 10010110 | 11011011 | 10101 | 100000 | 0 | 1011010 | 1110 | 1010001 | 1010010 | 101111 |
Color Harmonies of #96DB15
Complementary color
Monochromatic Colors of #96DB15
Black with #96DB15
Text Example
Text Example
White with #96DB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB15; }
p { color: rgb(150,219,21); }
H1.HeaderClassName
{
color: #96DB15;
}
.AnyTagClassName
{
color: #96DB15;
}
</style>
background-color css
<style>
a { background-color: #96DB15; }
a { background-color: rgb(150,219,21); }
div.DivClassName
{
background-color: #96DB15;
}
.BgClassName
{
background-color: #96DB15;
}
</style>
border-color css
<style>
span { border-color: #96DB15; }
span { border-color: rgb(150,219,21); }
td.TdClassName
{
border-color: #96DB15;
}
.TagClassName
{
border-color: #96DB15;
}
</style>