Shades of Inch Worm #8FDF14
Tints of Inch Worm #8FDF14
RGB
CMYK
RGB Variations
Color information
#8FDF14 (or 0x8FDF14) is known color: Inch Worm. HEX triplet: 8F, DF and 14. RGB value is (143,223,20). Sum of RGB (Red+Green+Blue) = 143+223+20=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDF14 is #7020EB. Grayscale: #B0B0B0. Windows color (decimal): -7348460 or 1367951. OLE color: 1367951.
HSL color Cylindrical-coordinate representation of color #8FDF14: hue angle of 83.65º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FDF14 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 20 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.13 |
| HSL | 83.65º | 0.84% | 0.48% | - |
| HSV(B) | 83.65º | 0.91% | 0.87% | - |
| XYZ | 37.84 | 58.67 | 9.99 | - |
| YUV | 175.94 | 40 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 20 | 0.36 | 0 | 0.91 | 0.13 | 83.65 | 0.84 | 0.48 |
| Hex | 8F | DF | 14 | 24 | 0 | 5B | D | 54 | 54 | 30 |
| Octal | 217 | 337 | 24 | 44 | 0 | 133 | 15 | 124 | 124 | 60 |
| Binary | 10001111 | 11011111 | 10100 | 100100 | 0 | 1011011 | 1101 | 1010100 | 1010100 | 110000 |
Color Harmonies of #8FDF14
Complementary color
Monochromatic Colors of #8FDF14
Black with #8FDF14
Text Example
Text Example
White with #8FDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDF14; }
p { color: rgb(143,223,20); }
H1.HeaderClassName
{
color: #8FDF14;
}
.AnyTagClassName
{
color: #8FDF14;
}
</style>
background-color css
<style>
a { background-color: #8FDF14; }
a { background-color: rgb(143,223,20); }
div.DivClassName
{
background-color: #8FDF14;
}
.BgClassName
{
background-color: #8FDF14;
}
</style>
border-color css
<style>
span { border-color: #8FDF14; }
span { border-color: rgb(143,223,20); }
td.TdClassName
{
border-color: #8FDF14;
}
.TagClassName
{
border-color: #8FDF14;
}
</style>