Shades of Inch Worm #96E319
Tints of Inch Worm #96E319
RGB
CMYK
RGB Variations
Color information
#96E319 (or 0x96E319) is known color: Inch Worm. HEX triplet: 96, E3 and 19. RGB value is (150,227,25). Sum of RGB (Red+Green+Blue) = 150+227+25=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 227 (89.06% from 255 or 56.47% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 227 - color contains mainly: green. Hex color #96E319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E319 is #691CE6. Grayscale: #B5B5B5. Windows color (decimal): -6888679 or 1696662. OLE color: 1696662.
HSL color Cylindrical-coordinate representation of color #96E319: hue angle of 82.87º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96E319 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 227 | 25 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.11 |
| HSL | 82.87º | 0.8% | 0.49% | - |
| HSV(B) | 82.87º | 0.89% | 0.89% | - |
| XYZ | 40.22 | 61.49 | 10.67 | - |
| YUV | 180.95 | 39.99 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 227 | 25 | 0.34 | 0 | 0.89 | 0.11 | 82.87 | 0.8 | 0.49 |
| Hex | 96 | E3 | 19 | 22 | 0 | 59 | B | 53 | 50 | 31 |
| Octal | 226 | 343 | 31 | 42 | 0 | 131 | 13 | 123 | 120 | 61 |
| Binary | 10010110 | 11100011 | 11001 | 100010 | 0 | 1011001 | 1011 | 1010011 | 1010000 | 110001 |
Color Harmonies of #96E319
Complementary color
Monochromatic Colors of #96E319
Black with #96E319
Text Example
Text Example
White with #96E319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E319; }
p { color: rgb(150,227,25); }
H1.HeaderClassName
{
color: #96E319;
}
.AnyTagClassName
{
color: #96E319;
}
</style>
background-color css
<style>
a { background-color: #96E319; }
a { background-color: rgb(150,227,25); }
div.DivClassName
{
background-color: #96E319;
}
.BgClassName
{
background-color: #96E319;
}
</style>
border-color css
<style>
span { border-color: #96E319; }
span { border-color: rgb(150,227,25); }
td.TdClassName
{
border-color: #96E319;
}
.TagClassName
{
border-color: #96E319;
}
</style>