Shades of Chartreuse #8EF413
Tints of Chartreuse #8EF413
RGB
CMYK
RGB Variations
Color information
#8EF413 (or 0x8EF413) is known color: Chartreuse. HEX triplet: 8E, F4 and 13. RGB value is (142,244,19). Sum of RGB (Red+Green+Blue) = 142+244+19=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 244 (95.70% from 255 or 60.25% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF413 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF413 is #710BEC. Grayscale: #BCBCBC. Windows color (decimal): -7408621 or 1307790. OLE color: 1307790.
HSL color Cylindrical-coordinate representation of color #8EF413: hue angle of 87.2º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8EF413 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 244 | 19 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.04 |
| HSL | 87.2º | 0.91% | 0.52% | - |
| HSV(B) | 87.2º | 0.92% | 0.96% | - |
| XYZ | 43.62 | 70.5 | 11.92 | - |
| YUV | 187.85 | 32.71 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 244 | 19 | 0.42 | 0 | 0.92 | 0.04 | 87.2 | 0.91 | 0.52 |
| Hex | 8E | F4 | 13 | 2A | 0 | 5C | 4 | 57 | 5B | 34 |
| Octal | 216 | 364 | 23 | 52 | 0 | 134 | 4 | 127 | 133 | 64 |
| Binary | 10001110 | 11110100 | 10011 | 101010 | 0 | 1011100 | 100 | 1010111 | 1011011 | 110100 |
Color Harmonies of #8EF413
Complementary color
Monochromatic Colors of #8EF413
Black with #8EF413
Text Example
Text Example
White with #8EF413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF413; }
p { color: rgb(142,244,19); }
H1.HeaderClassName
{
color: #8EF413;
}
.AnyTagClassName
{
color: #8EF413;
}
</style>
background-color css
<style>
a { background-color: #8EF413; }
a { background-color: rgb(142,244,19); }
div.DivClassName
{
background-color: #8EF413;
}
.BgClassName
{
background-color: #8EF413;
}
</style>
border-color css
<style>
span { border-color: #8EF413; }
span { border-color: rgb(142,244,19); }
td.TdClassName
{
border-color: #8EF413;
}
.TagClassName
{
border-color: #8EF413;
}
</style>