Shades of Inch Worm #8FDE08
Tints of Inch Worm #8FDE08
RGB
CMYK
RGB Variations
Color information
#8FDE08 (or 0x8FDE08) is known color: Inch Worm. HEX triplet: 8F, DE and 08. RGB value is (143,222,8). Sum of RGB (Red+Green+Blue) = 143+222+8=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 222 (87.11% from 255 or 59.52% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDE08 is #7021F7. Grayscale: #AEAEAE. Windows color (decimal): -7348728 or 581263. OLE color: 581263.
HSL color Cylindrical-coordinate representation of color #8FDE08: hue angle of 82.15º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FDE08 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 8 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.13 |
| HSL | 82.15º | 0.93% | 0.45% | - |
| HSV(B) | 82.15º | 0.96% | 0.87% | - |
| XYZ | 37.49 | 58.1 | 9.47 | - |
| YUV | 173.98 | 34.33 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 8 | 0.36 | 0 | 0.96 | 0.13 | 82.15 | 0.93 | 0.45 |
| Hex | 8F | DE | 8 | 24 | 0 | 60 | D | 52 | 5D | 2D |
| Octal | 217 | 336 | 10 | 44 | 0 | 140 | 15 | 122 | 135 | 55 |
| Binary | 10001111 | 11011110 | 1000 | 100100 | 0 | 1100000 | 1101 | 1010010 | 1011101 | 101101 |
Color Harmonies of #8FDE08
Complementary color
Monochromatic Colors of #8FDE08
Black with #8FDE08
Text Example
Text Example
White with #8FDE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDE08; }
p { color: rgb(143,222,8); }
H1.HeaderClassName
{
color: #8FDE08;
}
.AnyTagClassName
{
color: #8FDE08;
}
</style>
background-color css
<style>
a { background-color: #8FDE08; }
a { background-color: rgb(143,222,8); }
div.DivClassName
{
background-color: #8FDE08;
}
.BgClassName
{
background-color: #8FDE08;
}
</style>
border-color css
<style>
span { border-color: #8FDE08; }
span { border-color: rgb(143,222,8); }
td.TdClassName
{
border-color: #8FDE08;
}
.TagClassName
{
border-color: #8FDE08;
}
</style>