Shades of Chartreuse #8EF112
Tints of Chartreuse #8EF112
RGB
CMYK
RGB Variations
Color information
#8EF112 (or 0x8EF112) is known color: Chartreuse. HEX triplet: 8E, F1 and 12. RGB value is (142,241,18). Sum of RGB (Red+Green+Blue) = 142+241+18=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 241 (94.53% from 255 or 60.10% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF112 is #710EED. Grayscale: #BABABA. Windows color (decimal): -7409390 or 1241486. OLE color: 1241486.
HSL color Cylindrical-coordinate representation of color #8EF112: hue angle of 86.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EF112 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 241 | 18 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.05 |
| HSL | 86.64º | 0.89% | 0.51% | - |
| HSV(B) | 86.64º | 0.93% | 0.95% | - |
| XYZ | 42.72 | 68.71 | 11.58 | - |
| YUV | 185.98 | 33.2 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 241 | 18 | 0.41 | 0 | 0.93 | 0.05 | 86.64 | 0.89 | 0.51 |
| Hex | 8E | F1 | 12 | 29 | 0 | 5D | 5 | 57 | 59 | 33 |
| Octal | 216 | 361 | 22 | 51 | 0 | 135 | 5 | 127 | 131 | 63 |
| Binary | 10001110 | 11110001 | 10010 | 101001 | 0 | 1011101 | 101 | 1010111 | 1011001 | 110011 |
Color Harmonies of #8EF112
Complementary color
Monochromatic Colors of #8EF112
Black with #8EF112
Text Example
Text Example
White with #8EF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF112; }
p { color: rgb(142,241,18); }
H1.HeaderClassName
{
color: #8EF112;
}
.AnyTagClassName
{
color: #8EF112;
}
</style>
background-color css
<style>
a { background-color: #8EF112; }
a { background-color: rgb(142,241,18); }
div.DivClassName
{
background-color: #8EF112;
}
.BgClassName
{
background-color: #8EF112;
}
</style>
border-color css
<style>
span { border-color: #8EF112; }
span { border-color: rgb(142,241,18); }
td.TdClassName
{
border-color: #8EF112;
}
.TagClassName
{
border-color: #8EF112;
}
</style>