Shades of Chartreuse #8EFA0B
Tints of Chartreuse #8EFA0B
RGB
CMYK
RGB Variations
Color information
#8EFA0B (or 0x8EFA0B) is known color: Chartreuse. HEX triplet: 8E, FA and 0B. RGB value is (142,250,11). Sum of RGB (Red+Green+Blue) = 142+250+11=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 250 (98.05% from 255 or 62.03% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFA0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EFA0B is #7105F4. Grayscale: #BFBFBF. Windows color (decimal): -7407093 or 785038. OLE color: 785038.
HSL color Cylindrical-coordinate representation of color #8EFA0B: hue angle of 87.11º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8EFA0B is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 250 | 11 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.02 |
| HSL | 87.11º | 0.96% | 0.51% | - |
| HSV(B) | 87.11º | 0.96% | 0.98% | - |
| XYZ | 45.4 | 74.15 | 12.24 | - |
| YUV | 190.46 | 26.72 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 250 | 11 | 0.43 | 0 | 0.96 | 0.02 | 87.11 | 0.96 | 0.51 |
| Hex | 8E | FA | B | 2B | 0 | 60 | 2 | 57 | 60 | 33 |
| Octal | 216 | 372 | 13 | 53 | 0 | 140 | 2 | 127 | 140 | 63 |
| Binary | 10001110 | 11111010 | 1011 | 101011 | 0 | 1100000 | 10 | 1010111 | 1100000 | 110011 |
Color Harmonies of #8EFA0B
Complementary color
Monochromatic Colors of #8EFA0B
Black with #8EFA0B
Text Example
Text Example
White with #8EFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFA0B; }
p { color: rgb(142,250,11); }
H1.HeaderClassName
{
color: #8EFA0B;
}
.AnyTagClassName
{
color: #8EFA0B;
}
</style>
background-color css
<style>
a { background-color: #8EFA0B; }
a { background-color: rgb(142,250,11); }
div.DivClassName
{
background-color: #8EFA0B;
}
.BgClassName
{
background-color: #8EFA0B;
}
</style>
border-color css
<style>
span { border-color: #8EFA0B; }
span { border-color: rgb(142,250,11); }
td.TdClassName
{
border-color: #8EFA0B;
}
.TagClassName
{
border-color: #8EFA0B;
}
</style>