Shades of Inch Worm #8FDB06
Tints of Inch Worm #8FDB06
RGB
CMYK
RGB Variations
Color information
#8FDB06 (or 0x8FDB06) is known color: Inch Worm. HEX triplet: 8F, DB and 06. RGB value is (143,219,6). Sum of RGB (Red+Green+Blue) = 143+219+6=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 219 (85.94% from 255 or 59.51% from 368); Blue value is 6 (2.73% from 255 or 1.63% from 368); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDB06 is #7024F9. Grayscale: #ACACAC. Windows color (decimal): -7349498 or 449423. OLE color: 449423.
HSL color Cylindrical-coordinate representation of color #8FDB06: hue angle of 81.41º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FDB06 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 6 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.14 |
| HSL | 81.41º | 0.95% | 0.44% | - |
| HSV(B) | 81.41º | 0.97% | 0.86% | - |
| XYZ | 36.69 | 56.52 | 9.15 | - |
| YUV | 171.99 | 34.32 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 6 | 0.35 | 0 | 0.97 | 0.14 | 81.41 | 0.95 | 0.44 |
| Hex | 8F | DB | 6 | 23 | 0 | 61 | E | 51 | 5F | 2C |
| Octal | 217 | 333 | 6 | 43 | 0 | 141 | 16 | 121 | 137 | 54 |
| Binary | 10001111 | 11011011 | 110 | 100011 | 0 | 1100001 | 1110 | 1010001 | 1011111 | 101100 |
Color Harmonies of #8FDB06
Complementary color
Monochromatic Colors of #8FDB06
Black with #8FDB06
Text Example
Text Example
White with #8FDB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB06; }
p { color: rgb(143,219,6); }
H1.HeaderClassName
{
color: #8FDB06;
}
.AnyTagClassName
{
color: #8FDB06;
}
</style>
background-color css
<style>
a { background-color: #8FDB06; }
a { background-color: rgb(143,219,6); }
div.DivClassName
{
background-color: #8FDB06;
}
.BgClassName
{
background-color: #8FDB06;
}
</style>
border-color css
<style>
span { border-color: #8FDB06; }
span { border-color: rgb(143,219,6); }
td.TdClassName
{
border-color: #8FDB06;
}
.TagClassName
{
border-color: #8FDB06;
}
</style>