Shades of Chartreuse #86FC1E
Tints of Chartreuse #86FC1E
RGB
CMYK
RGB Variations
Color information
#86FC1E (or 0x86FC1E) is known color: Chartreuse. HEX triplet: 86, FC and 1E. RGB value is (134,252,30). Sum of RGB (Red+Green+Blue) = 134+252+30=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 252 (98.83% from 255 or 60.58% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FC1E is #7903E1. Grayscale: #C0C0C0. Windows color (decimal): -7930850 or 2030726. OLE color: 2030726.
HSL color Cylindrical-coordinate representation of color #86FC1E: hue angle of 91.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86FC1E is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 252 | 30 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.01 |
| HSL | 91.89º | 0.97% | 0.55% | - |
| HSV(B) | 91.89º | 0.88% | 0.99% | - |
| XYZ | 44.88 | 74.78 | 13.3 | - |
| YUV | 191.41 | 36.91 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 252 | 30 | 0.47 | 0 | 0.88 | 0.01 | 91.89 | 0.97 | 0.55 |
| Hex | 86 | FC | 1E | 2F | 0 | 58 | 1 | 5C | 61 | 37 |
| Octal | 206 | 374 | 36 | 57 | 0 | 130 | 1 | 134 | 141 | 67 |
| Binary | 10000110 | 11111100 | 11110 | 101111 | 0 | 1011000 | 1 | 1011100 | 1100001 | 110111 |
Color Harmonies of #86FC1E
Complementary color
Monochromatic Colors of #86FC1E
Black with #86FC1E
Text Example
Text Example
White with #86FC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FC1E; }
p { color: rgb(134,252,30); }
H1.HeaderClassName
{
color: #86FC1E;
}
.AnyTagClassName
{
color: #86FC1E;
}
</style>
background-color css
<style>
a { background-color: #86FC1E; }
a { background-color: rgb(134,252,30); }
div.DivClassName
{
background-color: #86FC1E;
}
.BgClassName
{
background-color: #86FC1E;
}
</style>
border-color css
<style>
span { border-color: #86FC1E; }
span { border-color: rgb(134,252,30); }
td.TdClassName
{
border-color: #86FC1E;
}
.TagClassName
{
border-color: #86FC1E;
}
</style>