Shades of Chartreuse #8EFB01
Tints of Chartreuse #8EFB01
RGB
CMYK
RGB Variations
Color information
#8EFB01 (or 0x8EFB01) is known color: Chartreuse. HEX triplet: 8E, FB and 01. RGB value is (142,251,1). Sum of RGB (Red+Green+Blue) = 142+251+1=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 251 (98.44% from 255 or 63.71% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFB01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EFB01 is #7104FE. Grayscale: #BEBEBE. Windows color (decimal): -7406847 or 129934. OLE color: 129934.
HSL color Cylindrical-coordinate representation of color #8EFB01: hue angle of 86.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8EFB01 is Cyan = 0.43, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 251 | 1 | - |
| CMYK | 0.43 | 0 | 1.00 | 0.02 |
| HSL | 86.16º | 0.99% | 0.49% | - |
| HSV(B) | 86.16º | 1% | 0.98% | - |
| XYZ | 45.66 | 74.75 | 12.05 | - |
| YUV | 189.91 | 21.39 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 251 | 1 | 0.43 | 0 | 1.00 | 0.02 | 86.16 | 0.99 | 0.49 |
| Hex | 8E | FB | 1 | 2B | 0 | 64 | 2 | 56 | 63 | 31 |
| Octal | 216 | 373 | 1 | 53 | 0 | 144 | 2 | 126 | 143 | 61 |
| Binary | 10001110 | 11111011 | 1 | 101011 | 0 | 1100100 | 10 | 1010110 | 1100011 | 110001 |
Color Harmonies of #8EFB01
Complementary color
Monochromatic Colors of #8EFB01
Black with #8EFB01
Text Example
Text Example
White with #8EFB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFB01; }
p { color: rgb(142,251,1); }
H1.HeaderClassName
{
color: #8EFB01;
}
.AnyTagClassName
{
color: #8EFB01;
}
</style>
background-color css
<style>
a { background-color: #8EFB01; }
a { background-color: rgb(142,251,1); }
div.DivClassName
{
background-color: #8EFB01;
}
.BgClassName
{
background-color: #8EFB01;
}
</style>
border-color css
<style>
span { border-color: #8EFB01; }
span { border-color: rgb(142,251,1); }
td.TdClassName
{
border-color: #8EFB01;
}
.TagClassName
{
border-color: #8EFB01;
}
</style>