Shades of Chartreuse #8EF205
Tints of Chartreuse #8EF205
RGB
CMYK
RGB Variations
Color information
#8EF205 (or 0x8EF205) is known color: Chartreuse. HEX triplet: 8E, F2 and 05. RGB value is (142,242,5). Sum of RGB (Red+Green+Blue) = 142+242+5=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 242 (94.92% from 255 or 62.21% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF205 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF205 is #710DFA. Grayscale: #B9B9B9. Windows color (decimal): -7409147 or 389774. OLE color: 389774.
HSL color Cylindrical-coordinate representation of color #8EF205: hue angle of 85.32º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8EF205 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 242 | 5 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.05 |
| HSL | 85.32º | 0.96% | 0.48% | - |
| HSV(B) | 85.32º | 0.98% | 0.95% | - |
| XYZ | 42.93 | 69.27 | 11.25 | - |
| YUV | 185.08 | 26.37 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 242 | 5 | 0.41 | 0 | 0.98 | 0.05 | 85.32 | 0.96 | 0.48 |
| Hex | 8E | F2 | 5 | 29 | 0 | 62 | 5 | 55 | 60 | 30 |
| Octal | 216 | 362 | 5 | 51 | 0 | 142 | 5 | 125 | 140 | 60 |
| Binary | 10001110 | 11110010 | 101 | 101001 | 0 | 1100010 | 101 | 1010101 | 1100000 | 110000 |
Color Harmonies of #8EF205
Complementary color
Monochromatic Colors of #8EF205
Black with #8EF205
Text Example
Text Example
White with #8EF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF205; }
p { color: rgb(142,242,5); }
H1.HeaderClassName
{
color: #8EF205;
}
.AnyTagClassName
{
color: #8EF205;
}
</style>
background-color css
<style>
a { background-color: #8EF205; }
a { background-color: rgb(142,242,5); }
div.DivClassName
{
background-color: #8EF205;
}
.BgClassName
{
background-color: #8EF205;
}
</style>
border-color css
<style>
span { border-color: #8EF205; }
span { border-color: rgb(142,242,5); }
td.TdClassName
{
border-color: #8EF205;
}
.TagClassName
{
border-color: #8EF205;
}
</style>