Shades of Inch Worm #8FDD0F
Tints of Inch Worm #8FDD0F
RGB
CMYK
RGB Variations
Color information
#8FDD0F (or 0x8FDD0F) is known color: Inch Worm. HEX triplet: 8F, DD and 0F. RGB value is (143,221,15). Sum of RGB (Red+Green+Blue) = 143+221+15=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDD0F is #7022F0. Grayscale: #AEAEAE. Windows color (decimal): -7348977 or 1039759. OLE color: 1039759.
HSL color Cylindrical-coordinate representation of color #8FDD0F: hue angle of 82.72º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FDD0F is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 15 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.13 |
| HSL | 82.72º | 0.87% | 0.46% | - |
| HSV(B) | 82.72º | 0.93% | 0.87% | - |
| XYZ | 37.27 | 57.59 | 9.6 | - |
| YUV | 174.19 | 38.16 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 15 | 0.35 | 0 | 0.93 | 0.13 | 82.72 | 0.87 | 0.46 |
| Hex | 8F | DD | F | 23 | 0 | 5D | D | 53 | 57 | 2E |
| Octal | 217 | 335 | 17 | 43 | 0 | 135 | 15 | 123 | 127 | 56 |
| Binary | 10001111 | 11011101 | 1111 | 100011 | 0 | 1011101 | 1101 | 1010011 | 1010111 | 101110 |
Color Harmonies of #8FDD0F
Complementary color
Monochromatic Colors of #8FDD0F
Black with #8FDD0F
Text Example
Text Example
White with #8FDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD0F; }
p { color: rgb(143,221,15); }
H1.HeaderClassName
{
color: #8FDD0F;
}
.AnyTagClassName
{
color: #8FDD0F;
}
</style>
background-color css
<style>
a { background-color: #8FDD0F; }
a { background-color: rgb(143,221,15); }
div.DivClassName
{
background-color: #8FDD0F;
}
.BgClassName
{
background-color: #8FDD0F;
}
</style>
border-color css
<style>
span { border-color: #8FDD0F; }
span { border-color: rgb(143,221,15); }
td.TdClassName
{
border-color: #8FDD0F;
}
.TagClassName
{
border-color: #8FDD0F;
}
</style>