Shades of Inch Worm #96DD04
Tints of Inch Worm #96DD04
RGB
CMYK
RGB Variations
Color information
#96DD04 (or 0x96DD04) is known color: Inch Worm. HEX triplet: 96, DD and 04. RGB value is (150,221,4). Sum of RGB (Red+Green+Blue) = 150+221+4=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DD04 is #6922FB. Grayscale: #AFAFAF. Windows color (decimal): -6890236 or 318870. OLE color: 318870.
HSL color Cylindrical-coordinate representation of color #96DD04: hue angle of 79.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96DD04 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 4 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.13 |
| HSL | 79.63º | 0.96% | 0.44% | - |
| HSV(B) | 79.63º | 0.98% | 0.87% | - |
| XYZ | 38.46 | 58.21 | 9.32 | - |
| YUV | 175.03 | 31.48 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 4 | 0.32 | 0 | 0.98 | 0.13 | 79.63 | 0.96 | 0.44 |
| Hex | 96 | DD | 4 | 20 | 0 | 62 | D | 50 | 60 | 2C |
| Octal | 226 | 335 | 4 | 40 | 0 | 142 | 15 | 120 | 140 | 54 |
| Binary | 10010110 | 11011101 | 100 | 100000 | 0 | 1100010 | 1101 | 1010000 | 1100000 | 101100 |
Color Harmonies of #96DD04
Complementary color
Monochromatic Colors of #96DD04
Black with #96DD04
Text Example
Text Example
White with #96DD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DD04; }
p { color: rgb(150,221,4); }
H1.HeaderClassName
{
color: #96DD04;
}
.AnyTagClassName
{
color: #96DD04;
}
</style>
background-color css
<style>
a { background-color: #96DD04; }
a { background-color: rgb(150,221,4); }
div.DivClassName
{
background-color: #96DD04;
}
.BgClassName
{
background-color: #96DD04;
}
</style>
border-color css
<style>
span { border-color: #96DD04; }
span { border-color: rgb(150,221,4); }
td.TdClassName
{
border-color: #96DD04;
}
.TagClassName
{
border-color: #96DD04;
}
</style>