Shades of Inch Worm #93DB08
Tints of Inch Worm #93DB08
RGB
CMYK
RGB Variations
Color information
#93DB08 (or 0x93DB08) is known color: Inch Worm. HEX triplet: 93, DB and 08. RGB value is (147,219,8). Sum of RGB (Red+Green+Blue) = 147+219+8=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93DB08 is #6C24F7. Grayscale: #AEAEAE. Windows color (decimal): -7087352 or 580499. OLE color: 580499.
HSL color Cylindrical-coordinate representation of color #93DB08: hue angle of 80.47º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93DB08 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 219 | 8 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.14 |
| HSL | 80.47º | 0.93% | 0.45% | - |
| HSV(B) | 80.47º | 0.96% | 0.86% | - |
| XYZ | 37.41 | 56.88 | 9.24 | - |
| YUV | 173.42 | 34.65 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 8 | 0.33 | 0 | 0.96 | 0.14 | 80.47 | 0.93 | 0.45 |
| Hex | 93 | DB | 8 | 21 | 0 | 60 | E | 50 | 5D | 2D |
| Octal | 223 | 333 | 10 | 41 | 0 | 140 | 16 | 120 | 135 | 55 |
| Binary | 10010011 | 11011011 | 1000 | 100001 | 0 | 1100000 | 1110 | 1010000 | 1011101 | 101101 |
Color Harmonies of #93DB08
Complementary color
Monochromatic Colors of #93DB08
Black with #93DB08
Text Example
Text Example
White with #93DB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DB08; }
p { color: rgb(147,219,8); }
H1.HeaderClassName
{
color: #93DB08;
}
.AnyTagClassName
{
color: #93DB08;
}
</style>
background-color css
<style>
a { background-color: #93DB08; }
a { background-color: rgb(147,219,8); }
div.DivClassName
{
background-color: #93DB08;
}
.BgClassName
{
background-color: #93DB08;
}
</style>
border-color css
<style>
span { border-color: #93DB08; }
span { border-color: rgb(147,219,8); }
td.TdClassName
{
border-color: #93DB08;
}
.TagClassName
{
border-color: #93DB08;
}
</style>