Shades of Inch Worm #8CDD0E
Tints of Inch Worm #8CDD0E
RGB
CMYK
RGB Variations
Color information
#8CDD0E (or 0x8CDD0E) is known color: Inch Worm. HEX triplet: 8C, DD and 0E. RGB value is (140,221,14). Sum of RGB (Red+Green+Blue) = 140+221+14=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDD0E is #7322F1. Grayscale: #ADADAD. Windows color (decimal): -7545586 or 974220. OLE color: 974220.
HSL color Cylindrical-coordinate representation of color #8CDD0E: hue angle of 83.48º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CDD0E is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 14 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.13 |
| HSL | 83.48º | 0.88% | 0.46% | - |
| HSV(B) | 83.48º | 0.94% | 0.87% | - |
| XYZ | 36.75 | 57.32 | 9.54 | - |
| YUV | 173.18 | 38.16 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 14 | 0.37 | 0 | 0.94 | 0.13 | 83.48 | 0.88 | 0.46 |
| Hex | 8C | DD | E | 25 | 0 | 5E | D | 53 | 58 | 2E |
| Octal | 214 | 335 | 16 | 45 | 0 | 136 | 15 | 123 | 130 | 56 |
| Binary | 10001100 | 11011101 | 1110 | 100101 | 0 | 1011110 | 1101 | 1010011 | 1011000 | 101110 |
Color Harmonies of #8CDD0E
Complementary color
Monochromatic Colors of #8CDD0E
Black with #8CDD0E
Text Example
Text Example
White with #8CDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD0E; }
p { color: rgb(140,221,14); }
H1.HeaderClassName
{
color: #8CDD0E;
}
.AnyTagClassName
{
color: #8CDD0E;
}
</style>
background-color css
<style>
a { background-color: #8CDD0E; }
a { background-color: rgb(140,221,14); }
div.DivClassName
{
background-color: #8CDD0E;
}
.BgClassName
{
background-color: #8CDD0E;
}
</style>
border-color css
<style>
span { border-color: #8CDD0E; }
span { border-color: rgb(140,221,14); }
td.TdClassName
{
border-color: #8CDD0E;
}
.TagClassName
{
border-color: #8CDD0E;
}
</style>