Shades of Chartreuse #8EF115
Tints of Chartreuse #8EF115
RGB
CMYK
RGB Variations
Color information
#8EF115 (or 0x8EF115) is known color: Chartreuse. HEX triplet: 8E, F1 and 15. RGB value is (142,241,21). Sum of RGB (Red+Green+Blue) = 142+241+21=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF115 is #710EEA. Grayscale: #BBBBBB. Windows color (decimal): -7409387 or 1438094. OLE color: 1438094.
HSL color Cylindrical-coordinate representation of color #8EF115: hue angle of 87º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8EF115 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 241 | 21 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.05 |
| HSL | 87º | 0.89% | 0.51% | - |
| HSV(B) | 87º | 0.91% | 0.95% | - |
| XYZ | 42.75 | 68.72 | 11.72 | - |
| YUV | 186.32 | 34.7 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 241 | 21 | 0.41 | 0 | 0.91 | 0.05 | 87 | 0.89 | 0.51 |
| Hex | 8E | F1 | 15 | 29 | 0 | 5B | 5 | 57 | 59 | 33 |
| Octal | 216 | 361 | 25 | 51 | 0 | 133 | 5 | 127 | 131 | 63 |
| Binary | 10001110 | 11110001 | 10101 | 101001 | 0 | 1011011 | 101 | 1010111 | 1011001 | 110011 |
Color Harmonies of #8EF115
Complementary color
Monochromatic Colors of #8EF115
Black with #8EF115
Text Example
Text Example
White with #8EF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF115; }
p { color: rgb(142,241,21); }
H1.HeaderClassName
{
color: #8EF115;
}
.AnyTagClassName
{
color: #8EF115;
}
</style>
background-color css
<style>
a { background-color: #8EF115; }
a { background-color: rgb(142,241,21); }
div.DivClassName
{
background-color: #8EF115;
}
.BgClassName
{
background-color: #8EF115;
}
</style>
border-color css
<style>
span { border-color: #8EF115; }
span { border-color: rgb(142,241,21); }
td.TdClassName
{
border-color: #8EF115;
}
.TagClassName
{
border-color: #8EF115;
}
</style>