Shades of Chartreuse #8FEF01
Tints of Chartreuse #8FEF01
RGB
CMYK
RGB Variations
Color information
#8FEF01 (or 0x8FEF01) is known color: Chartreuse. HEX triplet: 8F, EF and 01. RGB value is (143,239,1). Sum of RGB (Red+Green+Blue) = 143+239+1=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 239 (93.75% from 255 or 62.40% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FEF01 is #7010FE. Grayscale: #B8B8B8. Windows color (decimal): -7344383 or 126863. OLE color: 126863.
HSL color Cylindrical-coordinate representation of color #8FEF01: hue angle of 84.2º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FEF01 is Cyan = 0.40, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 1 | - |
| CMYK | 0.40 | 0 | 1.00 | 0.06 |
| HSL | 84.2º | 0.99% | 0.47% | - |
| HSV(B) | 84.2º | 1% | 0.94% | - |
| XYZ | 42.2 | 67.57 | 10.85 | - |
| YUV | 183.16 | 25.2 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 1 | 0.40 | 0 | 1.00 | 0.06 | 84.2 | 0.99 | 0.47 |
| Hex | 8F | EF | 1 | 28 | 0 | 64 | 6 | 54 | 63 | 2F |
| Octal | 217 | 357 | 1 | 50 | 0 | 144 | 6 | 124 | 143 | 57 |
| Binary | 10001111 | 11101111 | 1 | 101000 | 0 | 1100100 | 110 | 1010100 | 1100011 | 101111 |
Color Harmonies of #8FEF01
Complementary color
Monochromatic Colors of #8FEF01
Black with #8FEF01
Text Example
Text Example
White with #8FEF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEF01; }
p { color: rgb(143,239,1); }
H1.HeaderClassName
{
color: #8FEF01;
}
.AnyTagClassName
{
color: #8FEF01;
}
</style>
background-color css
<style>
a { background-color: #8FEF01; }
a { background-color: rgb(143,239,1); }
div.DivClassName
{
background-color: #8FEF01;
}
.BgClassName
{
background-color: #8FEF01;
}
</style>
border-color css
<style>
span { border-color: #8FEF01; }
span { border-color: rgb(143,239,1); }
td.TdClassName
{
border-color: #8FEF01;
}
.TagClassName
{
border-color: #8FEF01;
}
</style>