Shades of Chartreuse #8EF805
Tints of Chartreuse #8EF805
RGB
CMYK
RGB Variations
Color information
#8EF805 (or 0x8EF805) is known color: Chartreuse. HEX triplet: 8E, F8 and 05. RGB value is (142,248,5). Sum of RGB (Red+Green+Blue) = 142+248+5=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 248 (97.27% from 255 or 62.78% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 248 - color contains mainly: green. Hex color #8EF805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF805 is #7107FA. Grayscale: #BDBDBD. Windows color (decimal): -7407611 or 391310. OLE color: 391310.
HSL color Cylindrical-coordinate representation of color #8EF805: hue angle of 86.17º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8EF805 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 248 | 5 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.03 |
| HSL | 86.17º | 0.96% | 0.5% | - |
| HSV(B) | 86.17º | 0.98% | 0.97% | - |
| XYZ | 44.75 | 72.9 | 11.86 | - |
| YUV | 188.6 | 24.38 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 248 | 5 | 0.43 | 0 | 0.98 | 0.03 | 86.17 | 0.96 | 0.5 |
| Hex | 8E | F8 | 5 | 2B | 0 | 62 | 3 | 56 | 60 | 32 |
| Octal | 216 | 370 | 5 | 53 | 0 | 142 | 3 | 126 | 140 | 62 |
| Binary | 10001110 | 11111000 | 101 | 101011 | 0 | 1100010 | 11 | 1010110 | 1100000 | 110010 |
Color Harmonies of #8EF805
Complementary color
Monochromatic Colors of #8EF805
Black with #8EF805
Text Example
Text Example
White with #8EF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF805; }
p { color: rgb(142,248,5); }
H1.HeaderClassName
{
color: #8EF805;
}
.AnyTagClassName
{
color: #8EF805;
}
</style>
background-color css
<style>
a { background-color: #8EF805; }
a { background-color: rgb(142,248,5); }
div.DivClassName
{
background-color: #8EF805;
}
.BgClassName
{
background-color: #8EF805;
}
</style>
border-color css
<style>
span { border-color: #8EF805; }
span { border-color: rgb(142,248,5); }
td.TdClassName
{
border-color: #8EF805;
}
.TagClassName
{
border-color: #8EF805;
}
</style>