Shades of Chartreuse #8EFB1B
Tints of Chartreuse #8EFB1B
RGB
CMYK
RGB Variations
Color information
#8EFB1B (or 0x8EFB1B) is known color: Chartreuse. HEX triplet: 8E, FB and 1B. RGB value is (142,251,27). Sum of RGB (Red+Green+Blue) = 142+251+27=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 251 (98.44% from 255 or 59.76% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFB1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EFB1B is #7104E4. Grayscale: #C1C1C1. Windows color (decimal): -7406821 or 1833870. OLE color: 1833870.
HSL color Cylindrical-coordinate representation of color #8EFB1B: hue angle of 89.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8EFB1B is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 251 | 27 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.02 |
| HSL | 89.2º | 0.97% | 0.55% | - |
| HSV(B) | 89.2º | 0.89% | 0.98% | - |
| XYZ | 45.85 | 74.82 | 13.06 | - |
| YUV | 192.87 | 34.39 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 251 | 27 | 0.43 | 0 | 0.89 | 0.02 | 89.2 | 0.97 | 0.55 |
| Hex | 8E | FB | 1B | 2B | 0 | 59 | 2 | 59 | 61 | 37 |
| Octal | 216 | 373 | 33 | 53 | 0 | 131 | 2 | 131 | 141 | 67 |
| Binary | 10001110 | 11111011 | 11011 | 101011 | 0 | 1011001 | 10 | 1011001 | 1100001 | 110111 |
Color Harmonies of #8EFB1B
Complementary color
Monochromatic Colors of #8EFB1B
Black with #8EFB1B
Text Example
Text Example
White with #8EFB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFB1B; }
p { color: rgb(142,251,27); }
H1.HeaderClassName
{
color: #8EFB1B;
}
.AnyTagClassName
{
color: #8EFB1B;
}
</style>
background-color css
<style>
a { background-color: #8EFB1B; }
a { background-color: rgb(142,251,27); }
div.DivClassName
{
background-color: #8EFB1B;
}
.BgClassName
{
background-color: #8EFB1B;
}
</style>
border-color css
<style>
span { border-color: #8EFB1B; }
span { border-color: rgb(142,251,27); }
td.TdClassName
{
border-color: #8EFB1B;
}
.TagClassName
{
border-color: #8EFB1B;
}
</style>