Shades of Inch Worm #8FDF13
Tints of Inch Worm #8FDF13
RGB
CMYK
RGB Variations
Color information
#8FDF13 (or 0x8FDF13) is known color: Inch Worm. HEX triplet: 8F, DF and 13. RGB value is (143,223,19). Sum of RGB (Red+Green+Blue) = 143+223+19=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDF13 is #7020EC. Grayscale: #B0B0B0. Windows color (decimal): -7348461 or 1302415. OLE color: 1302415.
HSL color Cylindrical-coordinate representation of color #8FDF13: hue angle of 83.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FDF13 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 19 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.13 |
| HSL | 83.53º | 0.84% | 0.47% | - |
| HSV(B) | 83.53º | 0.91% | 0.87% | - |
| XYZ | 37.83 | 58.66 | 9.94 | - |
| YUV | 175.82 | 39.5 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 19 | 0.36 | 0 | 0.91 | 0.13 | 83.53 | 0.84 | 0.47 |
| Hex | 8F | DF | 13 | 24 | 0 | 5B | D | 54 | 54 | 2F |
| Octal | 217 | 337 | 23 | 44 | 0 | 133 | 15 | 124 | 124 | 57 |
| Binary | 10001111 | 11011111 | 10011 | 100100 | 0 | 1011011 | 1101 | 1010100 | 1010100 | 101111 |
Color Harmonies of #8FDF13
Complementary color
Monochromatic Colors of #8FDF13
Black with #8FDF13
Text Example
Text Example
White with #8FDF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDF13; }
p { color: rgb(143,223,19); }
H1.HeaderClassName
{
color: #8FDF13;
}
.AnyTagClassName
{
color: #8FDF13;
}
</style>
background-color css
<style>
a { background-color: #8FDF13; }
a { background-color: rgb(143,223,19); }
div.DivClassName
{
background-color: #8FDF13;
}
.BgClassName
{
background-color: #8FDF13;
}
</style>
border-color css
<style>
span { border-color: #8FDF13; }
span { border-color: rgb(143,223,19); }
td.TdClassName
{
border-color: #8FDF13;
}
.TagClassName
{
border-color: #8FDF13;
}
</style>