Shades of Inch Worm #93D808
Tints of Inch Worm #93D808
RGB
CMYK
RGB Variations
Color information
#93D808 (or 0x93D808) is known color: Inch Worm. HEX triplet: 93, D8 and 08. RGB value is (147,216,8). Sum of RGB (Red+Green+Blue) = 147+216+8=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #93D808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D808 is #6C27F7. Grayscale: #ACACAC. Windows color (decimal): -7088120 or 579731. OLE color: 579731.
HSL color Cylindrical-coordinate representation of color #93D808: hue angle of 79.9º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93D808 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 216 | 8 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.15 |
| HSL | 79.9º | 0.93% | 0.44% | - |
| HSV(B) | 79.9º | 0.96% | 0.85% | - |
| XYZ | 36.63 | 55.33 | 8.98 | - |
| YUV | 171.66 | 35.64 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 8 | 0.32 | 0 | 0.96 | 0.15 | 79.9 | 0.93 | 0.44 |
| Hex | 93 | D8 | 8 | 20 | 0 | 60 | F | 50 | 5D | 2C |
| Octal | 223 | 330 | 10 | 40 | 0 | 140 | 17 | 120 | 135 | 54 |
| Binary | 10010011 | 11011000 | 1000 | 100000 | 0 | 1100000 | 1111 | 1010000 | 1011101 | 101100 |
Color Harmonies of #93D808
Complementary color
Monochromatic Colors of #93D808
Black with #93D808
Text Example
Text Example
White with #93D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D808; }
p { color: rgb(147,216,8); }
H1.HeaderClassName
{
color: #93D808;
}
.AnyTagClassName
{
color: #93D808;
}
</style>
background-color css
<style>
a { background-color: #93D808; }
a { background-color: rgb(147,216,8); }
div.DivClassName
{
background-color: #93D808;
}
.BgClassName
{
background-color: #93D808;
}
</style>
border-color css
<style>
span { border-color: #93D808; }
span { border-color: rgb(147,216,8); }
td.TdClassName
{
border-color: #93D808;
}
.TagClassName
{
border-color: #93D808;
}
</style>