Shades of Chartreuse #86FA13
Tints of Chartreuse #86FA13
RGB
CMYK
RGB Variations
Color information
#86FA13 (or 0x86FA13) is known color: Chartreuse. HEX triplet: 86, FA and 13. RGB value is (134,250,19). Sum of RGB (Red+Green+Blue) = 134+250+19=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 250 (98.05% from 255 or 62.03% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FA13 is #7905EC. Grayscale: #BDBDBD. Windows color (decimal): -7931373 or 1309318. OLE color: 1309318.
HSL color Cylindrical-coordinate representation of color #86FA13: hue angle of 90.13º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86FA13 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 19 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.02 |
| HSL | 90.13º | 0.96% | 0.53% | - |
| HSV(B) | 90.13º | 0.92% | 0.98% | - |
| XYZ | 44.13 | 73.49 | 12.47 | - |
| YUV | 188.98 | 32.07 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 19 | 0.46 | 0 | 0.92 | 0.02 | 90.13 | 0.96 | 0.53 |
| Hex | 86 | FA | 13 | 2E | 0 | 5C | 2 | 5A | 60 | 35 |
| Octal | 206 | 372 | 23 | 56 | 0 | 134 | 2 | 132 | 140 | 65 |
| Binary | 10000110 | 11111010 | 10011 | 101110 | 0 | 1011100 | 10 | 1011010 | 1100000 | 110101 |
Color Harmonies of #86FA13
Complementary color
Monochromatic Colors of #86FA13
Black with #86FA13
Text Example
Text Example
White with #86FA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA13; }
p { color: rgb(134,250,19); }
H1.HeaderClassName
{
color: #86FA13;
}
.AnyTagClassName
{
color: #86FA13;
}
</style>
background-color css
<style>
a { background-color: #86FA13; }
a { background-color: rgb(134,250,19); }
div.DivClassName
{
background-color: #86FA13;
}
.BgClassName
{
background-color: #86FA13;
}
</style>
border-color css
<style>
span { border-color: #86FA13; }
span { border-color: rgb(134,250,19); }
td.TdClassName
{
border-color: #86FA13;
}
.TagClassName
{
border-color: #86FA13;
}
</style>