Shades of Inch Worm #8FD800
Tints of Inch Worm #8FD800
RGB
CMYK
RGB Variations
Color information
#8FD800 (or 0x8FD800) is known color: Inch Worm. HEX triplet: 8F, D8 and 00. RGB value is (143,216,0). Sum of RGB (Red+Green+Blue) = 143+216+0=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 216 (84.77% from 255 or 60.17% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD800 is #7027FF. Grayscale: #AAAAAA. Windows color (decimal): -7350272 or 55439. OLE color: 55439.
HSL color Cylindrical-coordinate representation of color #8FD800: hue angle of 80.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FD800 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.15 |
| HSL | 80.28º | 1% | 0.42% | - |
| HSV(B) | 80.28º | 1% | 0.85% | - |
| XYZ | 35.88 | 54.95 | 8.72 | - |
| YUV | 169.55 | 32.32 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 0 | 0.34 | 0 | 1 | 0.15 | 80.28 | 1 | 0.42 |
| Hex | 8F | D8 | 0 | 22 | 0 | 64 | F | 50 | 64 | 2A |
| Octal | 217 | 330 | 0 | 42 | 0 | 144 | 17 | 120 | 144 | 52 |
| Binary | 10001111 | 11011000 | 0 | 100010 | 0 | 1100100 | 1111 | 1010000 | 1100100 | 101010 |
Color Harmonies of #8FD800
Complementary color
Monochromatic Colors of #8FD800
Black with #8FD800
Text Example
Text Example
White with #8FD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD800; }
p { color: rgb(143,216,0); }
H1.HeaderClassName
{
color: #8FD800;
}
.AnyTagClassName
{
color: #8FD800;
}
</style>
background-color css
<style>
a { background-color: #8FD800; }
a { background-color: rgb(143,216,0); }
div.DivClassName
{
background-color: #8FD800;
}
.BgClassName
{
background-color: #8FD800;
}
</style>
border-color css
<style>
span { border-color: #8FD800; }
span { border-color: rgb(143,216,0); }
td.TdClassName
{
border-color: #8FD800;
}
.TagClassName
{
border-color: #8FD800;
}
</style>