Shades of Inch Worm #8FDF11
Tints of Inch Worm #8FDF11
RGB
CMYK
RGB Variations
Color information
#8FDF11 (or 0x8FDF11) is known color: Inch Worm. HEX triplet: 8F, DF and 11. RGB value is (143,223,17). Sum of RGB (Red+Green+Blue) = 143+223+17=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDF11 is #7020EE. Grayscale: #B0B0B0. Windows color (decimal): -7348463 or 1171343. OLE color: 1171343.
HSL color Cylindrical-coordinate representation of color #8FDF11: hue angle of 83.3º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FDF11 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 17 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.13 |
| HSL | 83.3º | 0.86% | 0.47% | - |
| HSV(B) | 83.3º | 0.92% | 0.87% | - |
| XYZ | 37.82 | 58.66 | 9.86 | - |
| YUV | 175.6 | 38.5 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 17 | 0.36 | 0 | 0.92 | 0.13 | 83.3 | 0.86 | 0.47 |
| Hex | 8F | DF | 11 | 24 | 0 | 5C | D | 53 | 56 | 2F |
| Octal | 217 | 337 | 21 | 44 | 0 | 134 | 15 | 123 | 126 | 57 |
| Binary | 10001111 | 11011111 | 10001 | 100100 | 0 | 1011100 | 1101 | 1010011 | 1010110 | 101111 |
Color Harmonies of #8FDF11
Complementary color
Monochromatic Colors of #8FDF11
Black with #8FDF11
Text Example
Text Example
White with #8FDF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDF11; }
p { color: rgb(143,223,17); }
H1.HeaderClassName
{
color: #8FDF11;
}
.AnyTagClassName
{
color: #8FDF11;
}
</style>
background-color css
<style>
a { background-color: #8FDF11; }
a { background-color: rgb(143,223,17); }
div.DivClassName
{
background-color: #8FDF11;
}
.BgClassName
{
background-color: #8FDF11;
}
</style>
border-color css
<style>
span { border-color: #8FDF11; }
span { border-color: rgb(143,223,17); }
td.TdClassName
{
border-color: #8FDF11;
}
.TagClassName
{
border-color: #8FDF11;
}
</style>