Shades of Inch Worm #93E113
Tints of Inch Worm #93E113
RGB
CMYK
RGB Variations
Color information
#93E113 (or 0x93E113) is known color: Inch Worm. HEX triplet: 93, E1 and 13. RGB value is (147,225,19). Sum of RGB (Red+Green+Blue) = 147+225+19=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 225 (88.28% from 255 or 57.54% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 225 - color contains mainly: green. Hex color #93E113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93E113 is #6C1EEC. Grayscale: #B2B2B2. Windows color (decimal): -7085805 or 1302931. OLE color: 1302931.
HSL color Cylindrical-coordinate representation of color #93E113: hue angle of 82.72º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93E113 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 225 | 19 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.12 |
| HSL | 82.72º | 0.84% | 0.48% | - |
| HSV(B) | 82.72º | 0.92% | 0.88% | - |
| XYZ | 39.08 | 60.1 | 10.16 | - |
| YUV | 178.19 | 38.16 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 225 | 19 | 0.35 | 0 | 0.92 | 0.12 | 82.72 | 0.84 | 0.48 |
| Hex | 93 | E1 | 13 | 23 | 0 | 5C | C | 53 | 54 | 30 |
| Octal | 223 | 341 | 23 | 43 | 0 | 134 | 14 | 123 | 124 | 60 |
| Binary | 10010011 | 11100001 | 10011 | 100011 | 0 | 1011100 | 1100 | 1010011 | 1010100 | 110000 |
Color Harmonies of #93E113
Complementary color
Monochromatic Colors of #93E113
Black with #93E113
Text Example
Text Example
White with #93E113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E113; }
p { color: rgb(147,225,19); }
H1.HeaderClassName
{
color: #93E113;
}
.AnyTagClassName
{
color: #93E113;
}
</style>
background-color css
<style>
a { background-color: #93E113; }
a { background-color: rgb(147,225,19); }
div.DivClassName
{
background-color: #93E113;
}
.BgClassName
{
background-color: #93E113;
}
</style>
border-color css
<style>
span { border-color: #93E113; }
span { border-color: rgb(147,225,19); }
td.TdClassName
{
border-color: #93E113;
}
.TagClassName
{
border-color: #93E113;
}
</style>