Shades of Inch Worm #91D800
Tints of Inch Worm #91D800
RGB
CMYK
RGB Variations
Color information
#91D800 (or 0x91D800) is known color: Inch Worm. HEX triplet: 91, D8 and 00. RGB value is (145,216,0). Sum of RGB (Red+Green+Blue) = 145+216+0=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #91D800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91D800 is #6E27FF. Grayscale: #AAAAAA. Windows color (decimal): -7219200 or 55441. OLE color: 55441.
HSL color Cylindrical-coordinate representation of color #91D800: hue angle of 79.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91D800 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 216 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.15 |
| HSL | 79.72º | 1% | 0.42% | - |
| HSV(B) | 79.72º | 1% | 0.85% | - |
| XYZ | 36.23 | 55.13 | 8.73 | - |
| YUV | 170.15 | 31.98 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 216 | 0 | 0.33 | 0 | 1 | 0.15 | 79.72 | 1 | 0.42 |
| Hex | 91 | D8 | 0 | 21 | 0 | 64 | F | 50 | 64 | 2A |
| Octal | 221 | 330 | 0 | 41 | 0 | 144 | 17 | 120 | 144 | 52 |
| Binary | 10010001 | 11011000 | 0 | 100001 | 0 | 1100100 | 1111 | 1010000 | 1100100 | 101010 |
Color Harmonies of #91D800
Complementary color
Monochromatic Colors of #91D800
Black with #91D800
Text Example
Text Example
White with #91D800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D800; }
p { color: rgb(145,216,0); }
H1.HeaderClassName
{
color: #91D800;
}
.AnyTagClassName
{
color: #91D800;
}
</style>
background-color css
<style>
a { background-color: #91D800; }
a { background-color: rgb(145,216,0); }
div.DivClassName
{
background-color: #91D800;
}
.BgClassName
{
background-color: #91D800;
}
</style>
border-color css
<style>
span { border-color: #91D800; }
span { border-color: rgb(145,216,0); }
td.TdClassName
{
border-color: #91D800;
}
.TagClassName
{
border-color: #91D800;
}
</style>