Shades of Chartreuse #8EF600
Tints of Chartreuse #8EF600
RGB
CMYK
RGB Variations
Color information
#8EF600 (or 0x8EF600) is known color: Chartreuse. HEX triplet: 8E, F6 and 00. RGB value is (142,246,0). Sum of RGB (Red+Green+Blue) = 142+246+0=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 246 (96.48% from 255 or 63.40% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 246 - color contains mainly: green. Hex color #8EF600 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF600 is #7109FF. Grayscale: #BBBBBB. Windows color (decimal): -7408128 or 63118. OLE color: 63118.
HSL color Cylindrical-coordinate representation of color #8EF600: hue angle of 85.37º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8EF600 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 246 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.04 |
| HSL | 85.37º | 1% | 0.48% | - |
| HSV(B) | 85.37º | 1% | 0.96% | - |
| XYZ | 44.11 | 71.66 | 11.51 | - |
| YUV | 186.86 | 22.54 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 246 | 0 | 0.42 | 0 | 1 | 0.04 | 85.37 | 1 | 0.48 |
| Hex | 8E | F6 | 0 | 2A | 0 | 64 | 4 | 55 | 64 | 30 |
| Octal | 216 | 366 | 0 | 52 | 0 | 144 | 4 | 125 | 144 | 60 |
| Binary | 10001110 | 11110110 | 0 | 101010 | 0 | 1100100 | 100 | 1010101 | 1100100 | 110000 |
Color Harmonies of #8EF600
Complementary color
Monochromatic Colors of #8EF600
Black with #8EF600
Text Example
Text Example
White with #8EF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF600; }
p { color: rgb(142,246,0); }
H1.HeaderClassName
{
color: #8EF600;
}
.AnyTagClassName
{
color: #8EF600;
}
</style>
background-color css
<style>
a { background-color: #8EF600; }
a { background-color: rgb(142,246,0); }
div.DivClassName
{
background-color: #8EF600;
}
.BgClassName
{
background-color: #8EF600;
}
</style>
border-color css
<style>
span { border-color: #8EF600; }
span { border-color: rgb(142,246,0); }
td.TdClassName
{
border-color: #8EF600;
}
.TagClassName
{
border-color: #8EF600;
}
</style>