Shades of Chartreuse #8EF013
Tints of Chartreuse #8EF013
RGB
CMYK
RGB Variations
Color information
#8EF013 (or 0x8EF013) is known color: Chartreuse. HEX triplet: 8E, F0 and 13. RGB value is (142,240,19). Sum of RGB (Red+Green+Blue) = 142+240+19=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 240 (94.14% from 255 or 59.85% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 240 - color contains mainly: green. Hex color #8EF013 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF013 is #710FEC. Grayscale: #BABABA. Windows color (decimal): -7409645 or 1306766. OLE color: 1306766.
HSL color Cylindrical-coordinate representation of color #8EF013: hue angle of 86.61º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8EF013 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 240 | 19 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.06 |
| HSL | 86.61º | 0.88% | 0.51% | - |
| HSV(B) | 86.61º | 0.92% | 0.94% | - |
| XYZ | 42.43 | 68.12 | 11.53 | - |
| YUV | 185.5 | 34.03 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 240 | 19 | 0.41 | 0 | 0.92 | 0.06 | 86.61 | 0.88 | 0.51 |
| Hex | 8E | F0 | 13 | 29 | 0 | 5C | 6 | 57 | 58 | 33 |
| Octal | 216 | 360 | 23 | 51 | 0 | 134 | 6 | 127 | 130 | 63 |
| Binary | 10001110 | 11110000 | 10011 | 101001 | 0 | 1011100 | 110 | 1010111 | 1011000 | 110011 |
Color Harmonies of #8EF013
Complementary color
Monochromatic Colors of #8EF013
Black with #8EF013
Text Example
Text Example
White with #8EF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF013; }
p { color: rgb(142,240,19); }
H1.HeaderClassName
{
color: #8EF013;
}
.AnyTagClassName
{
color: #8EF013;
}
</style>
background-color css
<style>
a { background-color: #8EF013; }
a { background-color: rgb(142,240,19); }
div.DivClassName
{
background-color: #8EF013;
}
.BgClassName
{
background-color: #8EF013;
}
</style>
border-color css
<style>
span { border-color: #8EF013; }
span { border-color: rgb(142,240,19); }
td.TdClassName
{
border-color: #8EF013;
}
.TagClassName
{
border-color: #8EF013;
}
</style>