Shades of Chartreuse #8EFF1E
Tints of Chartreuse #8EFF1E
RGB
CMYK
RGB Variations
Color information
#8EFF1E (or 0x8EFF1E) is known color: Chartreuse. HEX triplet: 8E, FF and 1E. RGB value is (142,255,30). Sum of RGB (Red+Green+Blue) = 142+255+30=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EFF1E is #7100E1. Grayscale: #C4C4C4. Windows color (decimal): -7405794 or 2031502. OLE color: 2031502.
HSL color Cylindrical-coordinate representation of color #8EFF1E: hue angle of 90.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8EFF1E is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 30 | - |
| CMYK | 0.44 | 0 | 0.88 | 0 |
| HSL | 90.13º | 1% | 0.56% | - |
| HSV(B) | 90.13º | 0.88% | 1% | - |
| XYZ | 47.15 | 77.36 | 13.68 | - |
| YUV | 195.56 | 34.56 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 30 | 0.44 | 0 | 0.88 | 0 | 90.13 | 1 | 0.56 |
| Hex | 8E | FF | 1E | 2C | 0 | 58 | 0 | 5A | 64 | 38 |
| Octal | 216 | 377 | 36 | 54 | 0 | 130 | 0 | 132 | 144 | 70 |
| Binary | 10001110 | 11111111 | 11110 | 101100 | 0 | 1011000 | 0 | 1011010 | 1100100 | 111000 |
Color Harmonies of #8EFF1E
Complementary color
Monochromatic Colors of #8EFF1E
Black with #8EFF1E
Text Example
Text Example
White with #8EFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFF1E; }
p { color: rgb(142,255,30); }
H1.HeaderClassName
{
color: #8EFF1E;
}
.AnyTagClassName
{
color: #8EFF1E;
}
</style>
background-color css
<style>
a { background-color: #8EFF1E; }
a { background-color: rgb(142,255,30); }
div.DivClassName
{
background-color: #8EFF1E;
}
.BgClassName
{
background-color: #8EFF1E;
}
</style>
border-color css
<style>
span { border-color: #8EFF1E; }
span { border-color: rgb(142,255,30); }
td.TdClassName
{
border-color: #8EFF1E;
}
.TagClassName
{
border-color: #8EFF1E;
}
</style>