Shades of Chartreuse #86FA06
Tints of Chartreuse #86FA06
RGB
CMYK
RGB Variations
Color information
#86FA06 (or 0x86FA06) is known color: Chartreuse. HEX triplet: 86, FA and 06. RGB value is (134,250,6). Sum of RGB (Red+Green+Blue) = 134+250+6=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 250 (98.05% from 255 or 64.10% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FA06 is #7905F9. Grayscale: #BCBCBC. Windows color (decimal): -7931386 or 457350. OLE color: 457350.
HSL color Cylindrical-coordinate representation of color #86FA06: hue angle of 88.52º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86FA06 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 6 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.02 |
| HSL | 88.52º | 0.96% | 0.5% | - |
| HSV(B) | 88.52º | 0.98% | 0.98% | - |
| XYZ | 44.05 | 73.45 | 12.03 | - |
| YUV | 187.5 | 25.57 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 6 | 0.46 | 0 | 0.98 | 0.02 | 88.52 | 0.96 | 0.5 |
| Hex | 86 | FA | 6 | 2E | 0 | 62 | 2 | 59 | 60 | 32 |
| Octal | 206 | 372 | 6 | 56 | 0 | 142 | 2 | 131 | 140 | 62 |
| Binary | 10000110 | 11111010 | 110 | 101110 | 0 | 1100010 | 10 | 1011001 | 1100000 | 110010 |
Color Harmonies of #86FA06
Complementary color
Monochromatic Colors of #86FA06
Black with #86FA06
Text Example
Text Example
White with #86FA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA06; }
p { color: rgb(134,250,6); }
H1.HeaderClassName
{
color: #86FA06;
}
.AnyTagClassName
{
color: #86FA06;
}
</style>
background-color css
<style>
a { background-color: #86FA06; }
a { background-color: rgb(134,250,6); }
div.DivClassName
{
background-color: #86FA06;
}
.BgClassName
{
background-color: #86FA06;
}
</style>
border-color css
<style>
span { border-color: #86FA06; }
span { border-color: rgb(134,250,6); }
td.TdClassName
{
border-color: #86FA06;
}
.TagClassName
{
border-color: #86FA06;
}
</style>