Shades of Chartreuse #8FFD01
Tints of Chartreuse #8FFD01
RGB
CMYK
RGB Variations
Color information
#8FFD01 (or 0x8FFD01) is known color: Chartreuse. HEX triplet: 8F, FD and 01. RGB value is (143,253,1). Sum of RGB (Red+Green+Blue) = 143+253+1=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 253 (99.22% from 255 or 63.73% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 253 - color contains mainly: green. Hex color #8FFD01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FFD01 is #7002FE. Grayscale: #C0C0C0. Windows color (decimal): -7340799 or 130447. OLE color: 130447.
HSL color Cylindrical-coordinate representation of color #8FFD01: hue angle of 86.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FFD01 is Cyan = 0.43, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 253 | 1 | - |
| CMYK | 0.43 | 0 | 1.00 | 0.01 |
| HSL | 86.19º | 0.99% | 0.5% | - |
| HSV(B) | 86.19º | 1% | 0.99% | - |
| XYZ | 46.46 | 76.09 | 12.27 | - |
| YUV | 191.38 | 20.56 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 253 | 1 | 0.43 | 0 | 1.00 | 0.01 | 86.19 | 0.99 | 0.5 |
| Hex | 8F | FD | 1 | 2B | 0 | 64 | 1 | 56 | 63 | 32 |
| Octal | 217 | 375 | 1 | 53 | 0 | 144 | 1 | 126 | 143 | 62 |
| Binary | 10001111 | 11111101 | 1 | 101011 | 0 | 1100100 | 1 | 1010110 | 1100011 | 110010 |
Color Harmonies of #8FFD01
Complementary color
Monochromatic Colors of #8FFD01
Black with #8FFD01
Text Example
Text Example
White with #8FFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFD01; }
p { color: rgb(143,253,1); }
H1.HeaderClassName
{
color: #8FFD01;
}
.AnyTagClassName
{
color: #8FFD01;
}
</style>
background-color css
<style>
a { background-color: #8FFD01; }
a { background-color: rgb(143,253,1); }
div.DivClassName
{
background-color: #8FFD01;
}
.BgClassName
{
background-color: #8FFD01;
}
</style>
border-color css
<style>
span { border-color: #8FFD01; }
span { border-color: rgb(143,253,1); }
td.TdClassName
{
border-color: #8FFD01;
}
.TagClassName
{
border-color: #8FFD01;
}
</style>