Shades of Inch Worm #8FE00D
Tints of Inch Worm #8FE00D
RGB
CMYK
RGB Variations
Color information
#8FE00D (or 0x8FE00D) is known color: Inch Worm. HEX triplet: 8F, E0 and 0D. RGB value is (143,224,13). Sum of RGB (Red+Green+Blue) = 143+224+13=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 224 (87.89% from 255 or 58.95% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FE00D is #701FF2. Grayscale: #B0B0B0. Windows color (decimal): -7348211 or 909455. OLE color: 909455.
HSL color Cylindrical-coordinate representation of color #8FE00D: hue angle of 83.03º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FE00D is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 13 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.12 |
| HSL | 83.03º | 0.89% | 0.46% | - |
| HSV(B) | 83.03º | 0.94% | 0.88% | - |
| XYZ | 38.06 | 59.18 | 9.8 | - |
| YUV | 175.73 | 36.16 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 13 | 0.36 | 0 | 0.94 | 0.12 | 83.03 | 0.89 | 0.46 |
| Hex | 8F | E0 | D | 24 | 0 | 5E | C | 53 | 59 | 2E |
| Octal | 217 | 340 | 15 | 44 | 0 | 136 | 14 | 123 | 131 | 56 |
| Binary | 10001111 | 11100000 | 1101 | 100100 | 0 | 1011110 | 1100 | 1010011 | 1011001 | 101110 |
Color Harmonies of #8FE00D
Complementary color
Monochromatic Colors of #8FE00D
Black with #8FE00D
Text Example
Text Example
White with #8FE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE00D; }
p { color: rgb(143,224,13); }
H1.HeaderClassName
{
color: #8FE00D;
}
.AnyTagClassName
{
color: #8FE00D;
}
</style>
background-color css
<style>
a { background-color: #8FE00D; }
a { background-color: rgb(143,224,13); }
div.DivClassName
{
background-color: #8FE00D;
}
.BgClassName
{
background-color: #8FE00D;
}
</style>
border-color css
<style>
span { border-color: #8FE00D; }
span { border-color: rgb(143,224,13); }
td.TdClassName
{
border-color: #8FE00D;
}
.TagClassName
{
border-color: #8FE00D;
}
</style>