Shades of Inch Worm #96D503
Tints of Inch Worm #96D503
RGB
CMYK
RGB Variations
Color information
#96D503 (or 0x96D503) is known color: Inch Worm. HEX triplet: 96, D5 and 03. RGB value is (150,213,3). Sum of RGB (Red+Green+Blue) = 150+213+3=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #96D503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D503 is #692AFC. Grayscale: #ABABAB. Windows color (decimal): -6892285 or 251286. OLE color: 251286.
HSL color Cylindrical-coordinate representation of color #96D503: hue angle of 78º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96D503 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 3 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.16 |
| HSL | 78º | 0.97% | 0.42% | - |
| HSV(B) | 78º | 0.99% | 0.84% | - |
| XYZ | 36.39 | 54.08 | 8.61 | - |
| YUV | 170.22 | 33.63 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 3 | 0.30 | 0 | 0.99 | 0.16 | 78 | 0.97 | 0.42 |
| Hex | 96 | D5 | 3 | 1E | 0 | 63 | 10 | 4E | 61 | 2A |
| Octal | 226 | 325 | 3 | 36 | 0 | 143 | 20 | 116 | 141 | 52 |
| Binary | 10010110 | 11010101 | 11 | 11110 | 0 | 1100011 | 10000 | 1001110 | 1100001 | 101010 |
Color Harmonies of #96D503
Complementary color
Monochromatic Colors of #96D503
Black with #96D503
Text Example
Text Example
White with #96D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D503; }
p { color: rgb(150,213,3); }
H1.HeaderClassName
{
color: #96D503;
}
.AnyTagClassName
{
color: #96D503;
}
</style>
background-color css
<style>
a { background-color: #96D503; }
a { background-color: rgb(150,213,3); }
div.DivClassName
{
background-color: #96D503;
}
.BgClassName
{
background-color: #96D503;
}
</style>
border-color css
<style>
span { border-color: #96D503; }
span { border-color: rgb(150,213,3); }
td.TdClassName
{
border-color: #96D503;
}
.TagClassName
{
border-color: #96D503;
}
</style>