Shades of Inch Worm #8CDB0C
Tints of Inch Worm #8CDB0C
RGB
CMYK
RGB Variations
Color information
#8CDB0C (or 0x8CDB0C) is known color: Inch Worm. HEX triplet: 8C, DB and 0C. RGB value is (140,219,12). Sum of RGB (Red+Green+Blue) = 140+219+12=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDB0C is #7324F3. Grayscale: #ACACAC. Windows color (decimal): -7546100 or 842636. OLE color: 842636.
HSL color Cylindrical-coordinate representation of color #8CDB0C: hue angle of 82.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CDB0C is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 12 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.14 |
| HSL | 82.9º | 0.9% | 0.45% | - |
| HSV(B) | 82.9º | 0.95% | 0.86% | - |
| XYZ | 36.21 | 56.27 | 9.3 | - |
| YUV | 171.78 | 37.83 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 12 | 0.36 | 0 | 0.95 | 0.14 | 82.9 | 0.9 | 0.45 |
| Hex | 8C | DB | C | 24 | 0 | 5F | E | 53 | 5A | 2D |
| Octal | 214 | 333 | 14 | 44 | 0 | 137 | 16 | 123 | 132 | 55 |
| Binary | 10001100 | 11011011 | 1100 | 100100 | 0 | 1011111 | 1110 | 1010011 | 1011010 | 101101 |
Color Harmonies of #8CDB0C
Complementary color
Monochromatic Colors of #8CDB0C
Black with #8CDB0C
Text Example
Text Example
White with #8CDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB0C; }
p { color: rgb(140,219,12); }
H1.HeaderClassName
{
color: #8CDB0C;
}
.AnyTagClassName
{
color: #8CDB0C;
}
</style>
background-color css
<style>
a { background-color: #8CDB0C; }
a { background-color: rgb(140,219,12); }
div.DivClassName
{
background-color: #8CDB0C;
}
.BgClassName
{
background-color: #8CDB0C;
}
</style>
border-color css
<style>
span { border-color: #8CDB0C; }
span { border-color: rgb(140,219,12); }
td.TdClassName
{
border-color: #8CDB0C;
}
.TagClassName
{
border-color: #8CDB0C;
}
</style>