Shades of Inch Worm #96DF13
Tints of Inch Worm #96DF13
RGB
CMYK
RGB Variations
Color information
#96DF13 (or 0x96DF13) is known color: Inch Worm. HEX triplet: 96, DF and 13. RGB value is (150,223,19). Sum of RGB (Red+Green+Blue) = 150+223+19=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DF13 is #6920EC. Grayscale: #B2B2B2. Windows color (decimal): -6889709 or 1302422. OLE color: 1302422.
HSL color Cylindrical-coordinate representation of color #96DF13: hue angle of 81.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96DF13 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 19 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.13 |
| HSL | 81.47º | 0.84% | 0.47% | - |
| HSV(B) | 81.47º | 0.91% | 0.87% | - |
| XYZ | 39.08 | 59.31 | 10 | - |
| YUV | 177.92 | 38.32 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 19 | 0.33 | 0 | 0.91 | 0.13 | 81.47 | 0.84 | 0.47 |
| Hex | 96 | DF | 13 | 21 | 0 | 5B | D | 51 | 54 | 2F |
| Octal | 226 | 337 | 23 | 41 | 0 | 133 | 15 | 121 | 124 | 57 |
| Binary | 10010110 | 11011111 | 10011 | 100001 | 0 | 1011011 | 1101 | 1010001 | 1010100 | 101111 |
Color Harmonies of #96DF13
Complementary color
Monochromatic Colors of #96DF13
Black with #96DF13
Text Example
Text Example
White with #96DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF13; }
p { color: rgb(150,223,19); }
H1.HeaderClassName
{
color: #96DF13;
}
.AnyTagClassName
{
color: #96DF13;
}
</style>
background-color css
<style>
a { background-color: #96DF13; }
a { background-color: rgb(150,223,19); }
div.DivClassName
{
background-color: #96DF13;
}
.BgClassName
{
background-color: #96DF13;
}
</style>
border-color css
<style>
span { border-color: #96DF13; }
span { border-color: rgb(150,223,19); }
td.TdClassName
{
border-color: #96DF13;
}
.TagClassName
{
border-color: #96DF13;
}
</style>