Shades of Chartreuse #86FA1F
Tints of Chartreuse #86FA1F
RGB
CMYK
RGB Variations
Color information
#86FA1F (or 0x86FA1F) is known color: Chartreuse. HEX triplet: 86, FA and 1F. RGB value is (134,250,31). Sum of RGB (Red+Green+Blue) = 134+250+31=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 250 (98.05% from 255 or 60.24% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FA1F is #7905E0. Grayscale: #BFBFBF. Windows color (decimal): -7931361 or 2095750. OLE color: 2095750.
HSL color Cylindrical-coordinate representation of color #86FA1F: hue angle of 91.78º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86FA1F is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 31 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.02 |
| HSL | 91.78º | 0.96% | 0.55% | - |
| HSV(B) | 91.78º | 0.88% | 0.98% | - |
| XYZ | 44.26 | 73.54 | 13.16 | - |
| YUV | 190.35 | 38.07 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 31 | 0.46 | 0 | 0.88 | 0.02 | 91.78 | 0.96 | 0.55 |
| Hex | 86 | FA | 1F | 2E | 0 | 58 | 2 | 5C | 60 | 37 |
| Octal | 206 | 372 | 37 | 56 | 0 | 130 | 2 | 134 | 140 | 67 |
| Binary | 10000110 | 11111010 | 11111 | 101110 | 0 | 1011000 | 10 | 1011100 | 1100000 | 110111 |
Color Harmonies of #86FA1F
Complementary color
Monochromatic Colors of #86FA1F
Black with #86FA1F
Text Example
Text Example
White with #86FA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA1F; }
p { color: rgb(134,250,31); }
H1.HeaderClassName
{
color: #86FA1F;
}
.AnyTagClassName
{
color: #86FA1F;
}
</style>
background-color css
<style>
a { background-color: #86FA1F; }
a { background-color: rgb(134,250,31); }
div.DivClassName
{
background-color: #86FA1F;
}
.BgClassName
{
background-color: #86FA1F;
}
</style>
border-color css
<style>
span { border-color: #86FA1F; }
span { border-color: rgb(134,250,31); }
td.TdClassName
{
border-color: #86FA1F;
}
.TagClassName
{
border-color: #86FA1F;
}
</style>