Shades of Chartreuse #86FA01
Tints of Chartreuse #86FA01
RGB
CMYK
RGB Variations
Color information
#86FA01 (or 0x86FA01) is known color: Chartreuse. HEX triplet: 86, FA and 01. RGB value is (134,250,1). Sum of RGB (Red+Green+Blue) = 134+250+1=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FA01 is #7905FE. Grayscale: #BBBBBB. Windows color (decimal): -7931391 or 129670. OLE color: 129670.
HSL color Cylindrical-coordinate representation of color #86FA01: hue angle of 87.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86FA01 is Cyan = 0.46, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 1 | - |
| CMYK | 0.46 | 0 | 1.00 | 0.02 |
| HSL | 87.95º | 0.99% | 0.49% | - |
| HSV(B) | 87.95º | 1% | 0.98% | - |
| XYZ | 44.02 | 73.44 | 11.88 | - |
| YUV | 186.93 | 23.07 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 1 | 0.46 | 0 | 1.00 | 0.02 | 87.95 | 0.99 | 0.49 |
| Hex | 86 | FA | 1 | 2E | 0 | 64 | 2 | 58 | 63 | 31 |
| Octal | 206 | 372 | 1 | 56 | 0 | 144 | 2 | 130 | 143 | 61 |
| Binary | 10000110 | 11111010 | 1 | 101110 | 0 | 1100100 | 10 | 1011000 | 1100011 | 110001 |
Color Harmonies of #86FA01
Complementary color
Monochromatic Colors of #86FA01
Black with #86FA01
Text Example
Text Example
White with #86FA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA01; }
p { color: rgb(134,250,1); }
H1.HeaderClassName
{
color: #86FA01;
}
.AnyTagClassName
{
color: #86FA01;
}
</style>
background-color css
<style>
a { background-color: #86FA01; }
a { background-color: rgb(134,250,1); }
div.DivClassName
{
background-color: #86FA01;
}
.BgClassName
{
background-color: #86FA01;
}
</style>
border-color css
<style>
span { border-color: #86FA01; }
span { border-color: rgb(134,250,1); }
td.TdClassName
{
border-color: #86FA01;
}
.TagClassName
{
border-color: #86FA01;
}
</style>