Shades of Inch Worm #8FDD08
Tints of Inch Worm #8FDD08
RGB
CMYK
RGB Variations
Color information
#8FDD08 (or 0x8FDD08) is known color: Inch Worm. HEX triplet: 8F, DD and 08. RGB value is (143,221,8). Sum of RGB (Red+Green+Blue) = 143+221+8=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 221 (86.72% from 255 or 59.41% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDD08 is #7022F7. Grayscale: #AEAEAE. Windows color (decimal): -7348984 or 581007. OLE color: 581007.
HSL color Cylindrical-coordinate representation of color #8FDD08: hue angle of 81.97º 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 #8FDD08 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 8 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.13 |
| HSL | 81.97º | 0.93% | 0.45% | - |
| HSV(B) | 81.97º | 0.96% | 0.87% | - |
| XYZ | 37.23 | 57.57 | 9.38 | - |
| YUV | 173.4 | 34.66 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 8 | 0.35 | 0 | 0.96 | 0.13 | 81.97 | 0.93 | 0.45 |
| Hex | 8F | DD | 8 | 23 | 0 | 60 | D | 52 | 5D | 2D |
| Octal | 217 | 335 | 10 | 43 | 0 | 140 | 15 | 122 | 135 | 55 |
| Binary | 10001111 | 11011101 | 1000 | 100011 | 0 | 1100000 | 1101 | 1010010 | 1011101 | 101101 |
Color Harmonies of #8FDD08
Complementary color
Monochromatic Colors of #8FDD08
Black with #8FDD08
Text Example
Text Example
White with #8FDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD08; }
p { color: rgb(143,221,8); }
H1.HeaderClassName
{
color: #8FDD08;
}
.AnyTagClassName
{
color: #8FDD08;
}
</style>
background-color css
<style>
a { background-color: #8FDD08; }
a { background-color: rgb(143,221,8); }
div.DivClassName
{
background-color: #8FDD08;
}
.BgClassName
{
background-color: #8FDD08;
}
</style>
border-color css
<style>
span { border-color: #8FDD08; }
span { border-color: rgb(143,221,8); }
td.TdClassName
{
border-color: #8FDD08;
}
.TagClassName
{
border-color: #8FDD08;
}
</style>