Shades of Chartreuse #8EF40B
Tints of Chartreuse #8EF40B
RGB
CMYK
RGB Variations
Color information
#8EF40B (or 0x8EF40B) is known color: Chartreuse. HEX triplet: 8E, F4 and 0B. RGB value is (142,244,11). Sum of RGB (Red+Green+Blue) = 142+244+11=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 244 (95.70% from 255 or 61.46% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF40B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF40B is #710BF4. Grayscale: #BBBBBB. Windows color (decimal): -7408629 or 783502. OLE color: 783502.
HSL color Cylindrical-coordinate representation of color #8EF40B: hue angle of 86.27º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8EF40B is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 244 | 11 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.04 |
| HSL | 86.27º | 0.91% | 0.5% | - |
| HSV(B) | 86.27º | 0.95% | 0.96% | - |
| XYZ | 43.57 | 70.48 | 11.62 | - |
| YUV | 186.94 | 28.71 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 244 | 11 | 0.42 | 0 | 0.95 | 0.04 | 86.27 | 0.91 | 0.5 |
| Hex | 8E | F4 | B | 2A | 0 | 5F | 4 | 56 | 5B | 32 |
| Octal | 216 | 364 | 13 | 52 | 0 | 137 | 4 | 126 | 133 | 62 |
| Binary | 10001110 | 11110100 | 1011 | 101010 | 0 | 1011111 | 100 | 1010110 | 1011011 | 110010 |
Color Harmonies of #8EF40B
Complementary color
Monochromatic Colors of #8EF40B
Black with #8EF40B
Text Example
Text Example
White with #8EF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF40B; }
p { color: rgb(142,244,11); }
H1.HeaderClassName
{
color: #8EF40B;
}
.AnyTagClassName
{
color: #8EF40B;
}
</style>
background-color css
<style>
a { background-color: #8EF40B; }
a { background-color: rgb(142,244,11); }
div.DivClassName
{
background-color: #8EF40B;
}
.BgClassName
{
background-color: #8EF40B;
}
</style>
border-color css
<style>
span { border-color: #8EF40B; }
span { border-color: rgb(142,244,11); }
td.TdClassName
{
border-color: #8EF40B;
}
.TagClassName
{
border-color: #8EF40B;
}
</style>