Shades of Chartreuse #8FFF01
Tints of Chartreuse #8FFF01
RGB
CMYK
RGB Variations
Color information
#8FFF01 (or 0x8FFF01) is known color: Chartreuse. HEX triplet: 8F, FF and 01. RGB value is (143,255,1). Sum of RGB (Red+Green+Blue) = 143+255+1=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FFF01 is #7000FE. Grayscale: #C1C1C1. Windows color (decimal): -7340287 or 130959. OLE color: 130959.
HSL color Cylindrical-coordinate representation of color #8FFF01: hue angle of 86.46º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FFF01 is Cyan = 0.44, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 1 | - |
| CMYK | 0.44 | 0 | 1.00 | 0 |
| HSL | 86.46º | 1% | 0.5% | - |
| HSV(B) | 86.46º | 1% | 1% | - |
| XYZ | 47.09 | 77.36 | 12.48 | - |
| YUV | 192.56 | 19.89 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 1 | 0.44 | 0 | 1.00 | 0 | 86.46 | 1 | 0.5 |
| Hex | 8F | FF | 1 | 2C | 0 | 64 | 0 | 56 | 64 | 32 |
| Octal | 217 | 377 | 1 | 54 | 0 | 144 | 0 | 126 | 144 | 62 |
| Binary | 10001111 | 11111111 | 1 | 101100 | 0 | 1100100 | 0 | 1010110 | 1100100 | 110010 |
Color Harmonies of #8FFF01
Complementary color
Monochromatic Colors of #8FFF01
Black with #8FFF01
Text Example
Text Example
White with #8FFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFF01; }
p { color: rgb(143,255,1); }
H1.HeaderClassName
{
color: #8FFF01;
}
.AnyTagClassName
{
color: #8FFF01;
}
</style>
background-color css
<style>
a { background-color: #8FFF01; }
a { background-color: rgb(143,255,1); }
div.DivClassName
{
background-color: #8FFF01;
}
.BgClassName
{
background-color: #8FFF01;
}
</style>
border-color css
<style>
span { border-color: #8FFF01; }
span { border-color: rgb(143,255,1); }
td.TdClassName
{
border-color: #8FFF01;
}
.TagClassName
{
border-color: #8FFF01;
}
</style>