Shades of Inch Worm #8FE314
Tints of Inch Worm #8FE314
RGB
CMYK
RGB Variations
Color information
#8FE314 (or 0x8FE314) is known color: Inch Worm. HEX triplet: 8F, E3 and 14. RGB value is (143,227,20). Sum of RGB (Red+Green+Blue) = 143+227+20=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 227 (89.06% from 255 or 58.21% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FE314 is #701CEB. Grayscale: #B3B3B3. Windows color (decimal): -7347436 or 1368975. OLE color: 1368975.
HSL color Cylindrical-coordinate representation of color #8FE314: hue angle of 84.35º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FE314 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 20 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.11 |
| HSL | 84.35º | 0.84% | 0.48% | - |
| HSV(B) | 84.35º | 0.91% | 0.89% | - |
| XYZ | 38.92 | 60.83 | 10.35 | - |
| YUV | 178.29 | 38.67 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 20 | 0.37 | 0 | 0.91 | 0.11 | 84.35 | 0.84 | 0.48 |
| Hex | 8F | E3 | 14 | 25 | 0 | 5B | B | 54 | 54 | 30 |
| Octal | 217 | 343 | 24 | 45 | 0 | 133 | 13 | 124 | 124 | 60 |
| Binary | 10001111 | 11100011 | 10100 | 100101 | 0 | 1011011 | 1011 | 1010100 | 1010100 | 110000 |
Color Harmonies of #8FE314
Complementary color
Monochromatic Colors of #8FE314
Black with #8FE314
Text Example
Text Example
White with #8FE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE314; }
p { color: rgb(143,227,20); }
H1.HeaderClassName
{
color: #8FE314;
}
.AnyTagClassName
{
color: #8FE314;
}
</style>
background-color css
<style>
a { background-color: #8FE314; }
a { background-color: rgb(143,227,20); }
div.DivClassName
{
background-color: #8FE314;
}
.BgClassName
{
background-color: #8FE314;
}
</style>
border-color css
<style>
span { border-color: #8FE314; }
span { border-color: rgb(143,227,20); }
td.TdClassName
{
border-color: #8FE314;
}
.TagClassName
{
border-color: #8FE314;
}
</style>