Shades of Inch Worm #8FDF0F
Tints of Inch Worm #8FDF0F
RGB
CMYK
RGB Variations
Color information
#8FDF0F (or 0x8FDF0F) is known color: Inch Worm. HEX triplet: 8F, DF and 0F. RGB value is (143,223,15). Sum of RGB (Red+Green+Blue) = 143+223+15=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDF0F is #7020F0. Grayscale: #B0B0B0. Windows color (decimal): -7348465 or 1040271. OLE color: 1040271.
HSL color Cylindrical-coordinate representation of color #8FDF0F: hue angle of 83.08º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FDF0F is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 15 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.13 |
| HSL | 83.08º | 0.87% | 0.47% | - |
| HSV(B) | 83.08º | 0.93% | 0.87% | - |
| XYZ | 37.8 | 58.65 | 9.78 | - |
| YUV | 175.37 | 37.5 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 15 | 0.36 | 0 | 0.93 | 0.13 | 83.08 | 0.87 | 0.47 |
| Hex | 8F | DF | F | 24 | 0 | 5D | D | 53 | 57 | 2F |
| Octal | 217 | 337 | 17 | 44 | 0 | 135 | 15 | 123 | 127 | 57 |
| Binary | 10001111 | 11011111 | 1111 | 100100 | 0 | 1011101 | 1101 | 1010011 | 1010111 | 101111 |
Color Harmonies of #8FDF0F
Complementary color
Monochromatic Colors of #8FDF0F
Black with #8FDF0F
Text Example
Text Example
White with #8FDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDF0F; }
p { color: rgb(143,223,15); }
H1.HeaderClassName
{
color: #8FDF0F;
}
.AnyTagClassName
{
color: #8FDF0F;
}
</style>
background-color css
<style>
a { background-color: #8FDF0F; }
a { background-color: rgb(143,223,15); }
div.DivClassName
{
background-color: #8FDF0F;
}
.BgClassName
{
background-color: #8FDF0F;
}
</style>
border-color css
<style>
span { border-color: #8FDF0F; }
span { border-color: rgb(143,223,15); }
td.TdClassName
{
border-color: #8FDF0F;
}
.TagClassName
{
border-color: #8FDF0F;
}
</style>