Shades of Inch Worm #8FDB13
Tints of Inch Worm #8FDB13
RGB
CMYK
RGB Variations
Color information
#8FDB13 (or 0x8FDB13) is known color: Inch Worm. HEX triplet: 8F, DB and 13. RGB value is (143,219,19). Sum of RGB (Red+Green+Blue) = 143+219+19=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 219 (85.94% from 255 or 57.48% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDB13 is #7024EC. Grayscale: #AEAEAE. Windows color (decimal): -7349485 or 1301391. OLE color: 1301391.
HSL color Cylindrical-coordinate representation of color #8FDB13: hue angle of 82.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FDB13 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 19 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.14 |
| HSL | 82.8º | 0.84% | 0.47% | - |
| HSV(B) | 82.8º | 0.91% | 0.86% | - |
| XYZ | 36.78 | 56.55 | 9.59 | - |
| YUV | 173.48 | 40.82 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 19 | 0.35 | 0 | 0.91 | 0.14 | 82.8 | 0.84 | 0.47 |
| Hex | 8F | DB | 13 | 23 | 0 | 5B | E | 53 | 54 | 2F |
| Octal | 217 | 333 | 23 | 43 | 0 | 133 | 16 | 123 | 124 | 57 |
| Binary | 10001111 | 11011011 | 10011 | 100011 | 0 | 1011011 | 1110 | 1010011 | 1010100 | 101111 |
Color Harmonies of #8FDB13
Complementary color
Monochromatic Colors of #8FDB13
Black with #8FDB13
Text Example
Text Example
White with #8FDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB13; }
p { color: rgb(143,219,19); }
H1.HeaderClassName
{
color: #8FDB13;
}
.AnyTagClassName
{
color: #8FDB13;
}
</style>
background-color css
<style>
a { background-color: #8FDB13; }
a { background-color: rgb(143,219,19); }
div.DivClassName
{
background-color: #8FDB13;
}
.BgClassName
{
background-color: #8FDB13;
}
</style>
border-color css
<style>
span { border-color: #8FDB13; }
span { border-color: rgb(143,219,19); }
td.TdClassName
{
border-color: #8FDB13;
}
.TagClassName
{
border-color: #8FDB13;
}
</style>