Shades of Chartreuse #8EFF00
Tints of Chartreuse #8EFF00
RGB
CMYK
RGB Variations
Color information
#8EFF00 (or 0x8EFF00) is known color: Chartreuse. HEX triplet: 8E, FF and 00. RGB value is (142,255,0). Sum of RGB (Red+Green+Blue) = 142+255+0=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EFF00 is #7100FF. Grayscale: #C1C1C1. Windows color (decimal): -7405824 or 65422. OLE color: 65422.
HSL color Cylindrical-coordinate representation of color #8EFF00: hue angle of 86.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8EFF00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0 |
| HSL | 86.59º | 1% | 0.5% | - |
| HSV(B) | 86.59º | 1% | 1% | - |
| XYZ | 46.92 | 77.27 | 12.44 | - |
| YUV | 192.14 | 19.56 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 0 | 0.44 | 0 | 1 | 0 | 86.59 | 1 | 0.5 |
| Hex | 8E | FF | 0 | 2C | 0 | 64 | 0 | 57 | 64 | 32 |
| Octal | 216 | 377 | 0 | 54 | 0 | 144 | 0 | 127 | 144 | 62 |
| Binary | 10001110 | 11111111 | 0 | 101100 | 0 | 1100100 | 0 | 1010111 | 1100100 | 110010 |
Color Harmonies of #8EFF00
Complementary color
Monochromatic Colors of #8EFF00
Black with #8EFF00
Text Example
Text Example
White with #8EFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFF00; }
p { color: rgb(142,255,0); }
H1.HeaderClassName
{
color: #8EFF00;
}
.AnyTagClassName
{
color: #8EFF00;
}
</style>
background-color css
<style>
a { background-color: #8EFF00; }
a { background-color: rgb(142,255,0); }
div.DivClassName
{
background-color: #8EFF00;
}
.BgClassName
{
background-color: #8EFF00;
}
</style>
border-color css
<style>
span { border-color: #8EFF00; }
span { border-color: rgb(142,255,0); }
td.TdClassName
{
border-color: #8EFF00;
}
.TagClassName
{
border-color: #8EFF00;
}
</style>