Shades of Inch Worm #93D80C
Tints of Inch Worm #93D80C
RGB
CMYK
RGB Variations
Color information
#93D80C (or 0x93D80C) is known color: Inch Worm. HEX triplet: 93, D8 and 0C. RGB value is (147,216,12). Sum of RGB (Red+Green+Blue) = 147+216+12=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #93D80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D80C is #6C27F3. Grayscale: #ACACAC. Windows color (decimal): -7088116 or 841875. OLE color: 841875.
HSL color Cylindrical-coordinate representation of color #93D80C: hue angle of 80.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93D80C is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 216 | 12 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.15 |
| HSL | 80.29º | 0.89% | 0.45% | - |
| HSV(B) | 80.29º | 0.94% | 0.85% | - |
| XYZ | 36.65 | 55.34 | 9.1 | - |
| YUV | 172.11 | 37.64 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 12 | 0.32 | 0 | 0.94 | 0.15 | 80.29 | 0.89 | 0.45 |
| Hex | 93 | D8 | C | 20 | 0 | 5E | F | 50 | 59 | 2D |
| Octal | 223 | 330 | 14 | 40 | 0 | 136 | 17 | 120 | 131 | 55 |
| Binary | 10010011 | 11011000 | 1100 | 100000 | 0 | 1011110 | 1111 | 1010000 | 1011001 | 101101 |
Color Harmonies of #93D80C
Complementary color
Monochromatic Colors of #93D80C
Black with #93D80C
Text Example
Text Example
White with #93D80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D80C; }
p { color: rgb(147,216,12); }
H1.HeaderClassName
{
color: #93D80C;
}
.AnyTagClassName
{
color: #93D80C;
}
</style>
background-color css
<style>
a { background-color: #93D80C; }
a { background-color: rgb(147,216,12); }
div.DivClassName
{
background-color: #93D80C;
}
.BgClassName
{
background-color: #93D80C;
}
</style>
border-color css
<style>
span { border-color: #93D80C; }
span { border-color: rgb(147,216,12); }
td.TdClassName
{
border-color: #93D80C;
}
.TagClassName
{
border-color: #93D80C;
}
</style>