Shades of Chartreuse #8FEC01
Tints of Chartreuse #8FEC01
RGB
CMYK
RGB Variations
Color information
#8FEC01 (or 0x8FEC01) is known color: Chartreuse. HEX triplet: 8F, EC and 01. RGB value is (143,236,1). Sum of RGB (Red+Green+Blue) = 143+236+1=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 236 (92.58% from 255 or 62.11% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FEC01 is #7013FE. Grayscale: #B6B6B6. Windows color (decimal): -7345151 or 126095. OLE color: 126095.
HSL color Cylindrical-coordinate representation of color #8FEC01: hue angle of 83.74º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FEC01 is Cyan = 0.39, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 1 | - |
| CMYK | 0.39 | 0 | 1.00 | 0.07 |
| HSL | 83.74º | 0.99% | 0.46% | - |
| HSV(B) | 83.74º | 1% | 0.93% | - |
| XYZ | 41.33 | 65.83 | 10.56 | - |
| YUV | 181.4 | 26.19 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 1 | 0.39 | 0 | 1.00 | 0.07 | 83.74 | 0.99 | 0.46 |
| Hex | 8F | EC | 1 | 27 | 0 | 64 | 7 | 54 | 63 | 2E |
| Octal | 217 | 354 | 1 | 47 | 0 | 144 | 7 | 124 | 143 | 56 |
| Binary | 10001111 | 11101100 | 1 | 100111 | 0 | 1100100 | 111 | 1010100 | 1100011 | 101110 |
Color Harmonies of #8FEC01
Complementary color
Monochromatic Colors of #8FEC01
Black with #8FEC01
Text Example
Text Example
White with #8FEC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC01; }
p { color: rgb(143,236,1); }
H1.HeaderClassName
{
color: #8FEC01;
}
.AnyTagClassName
{
color: #8FEC01;
}
</style>
background-color css
<style>
a { background-color: #8FEC01; }
a { background-color: rgb(143,236,1); }
div.DivClassName
{
background-color: #8FEC01;
}
.BgClassName
{
background-color: #8FEC01;
}
</style>
border-color css
<style>
span { border-color: #8FEC01; }
span { border-color: rgb(143,236,1); }
td.TdClassName
{
border-color: #8FEC01;
}
.TagClassName
{
border-color: #8FEC01;
}
</style>