Shades of Inch Worm #93DC04
Tints of Inch Worm #93DC04
RGB
CMYK
RGB Variations
Color information
#93DC04 (or 0x93DC04) is known color: Inch Worm. HEX triplet: 93, DC and 04. RGB value is (147,220,4). Sum of RGB (Red+Green+Blue) = 147+220+4=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93DC04 is #6C23FB. Grayscale: #AEAEAE. Windows color (decimal): -7087100 or 318611. OLE color: 318611.
HSL color Cylindrical-coordinate representation of color #93DC04: hue angle of 80.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93DC04 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 4 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.14 |
| HSL | 80.28º | 0.96% | 0.44% | - |
| HSV(B) | 80.28º | 0.98% | 0.86% | - |
| XYZ | 37.65 | 57.4 | 9.21 | - |
| YUV | 173.55 | 32.32 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 4 | 0.33 | 0 | 0.98 | 0.14 | 80.28 | 0.96 | 0.44 |
| Hex | 93 | DC | 4 | 21 | 0 | 62 | E | 50 | 60 | 2C |
| Octal | 223 | 334 | 4 | 41 | 0 | 142 | 16 | 120 | 140 | 54 |
| Binary | 10010011 | 11011100 | 100 | 100001 | 0 | 1100010 | 1110 | 1010000 | 1100000 | 101100 |
Color Harmonies of #93DC04
Complementary color
Monochromatic Colors of #93DC04
Black with #93DC04
Text Example
Text Example
White with #93DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DC04; }
p { color: rgb(147,220,4); }
H1.HeaderClassName
{
color: #93DC04;
}
.AnyTagClassName
{
color: #93DC04;
}
</style>
background-color css
<style>
a { background-color: #93DC04; }
a { background-color: rgb(147,220,4); }
div.DivClassName
{
background-color: #93DC04;
}
.BgClassName
{
background-color: #93DC04;
}
</style>
border-color css
<style>
span { border-color: #93DC04; }
span { border-color: rgb(147,220,4); }
td.TdClassName
{
border-color: #93DC04;
}
.TagClassName
{
border-color: #93DC04;
}
</style>