Shades of Chartreuse #8EFB14
Tints of Chartreuse #8EFB14
RGB
CMYK
RGB Variations
Color information
#8EFB14 (or 0x8EFB14) is known color: Chartreuse. HEX triplet: 8E, FB and 14. RGB value is (142,251,20). Sum of RGB (Red+Green+Blue) = 142+251+20=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 251 (98.44% from 255 or 60.77% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EFB14 is #7104EB. Grayscale: #C0C0C0. Windows color (decimal): -7406828 or 1375118. OLE color: 1375118.
HSL color Cylindrical-coordinate representation of color #8EFB14: hue angle of 88.31º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8EFB14 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 251 | 20 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.02 |
| HSL | 88.31º | 0.97% | 0.53% | - |
| HSV(B) | 88.31º | 0.92% | 0.98% | - |
| XYZ | 45.78 | 74.8 | 12.69 | - |
| YUV | 192.08 | 30.89 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 251 | 20 | 0.43 | 0 | 0.92 | 0.02 | 88.31 | 0.97 | 0.53 |
| Hex | 8E | FB | 14 | 2B | 0 | 5C | 2 | 58 | 61 | 35 |
| Octal | 216 | 373 | 24 | 53 | 0 | 134 | 2 | 130 | 141 | 65 |
| Binary | 10001110 | 11111011 | 10100 | 101011 | 0 | 1011100 | 10 | 1011000 | 1100001 | 110101 |
Color Harmonies of #8EFB14
Complementary color
Monochromatic Colors of #8EFB14
Black with #8EFB14
Text Example
Text Example
White with #8EFB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFB14; }
p { color: rgb(142,251,20); }
H1.HeaderClassName
{
color: #8EFB14;
}
.AnyTagClassName
{
color: #8EFB14;
}
</style>
background-color css
<style>
a { background-color: #8EFB14; }
a { background-color: rgb(142,251,20); }
div.DivClassName
{
background-color: #8EFB14;
}
.BgClassName
{
background-color: #8EFB14;
}
</style>
border-color css
<style>
span { border-color: #8EFB14; }
span { border-color: rgb(142,251,20); }
td.TdClassName
{
border-color: #8EFB14;
}
.TagClassName
{
border-color: #8EFB14;
}
</style>