Shades of Chartreuse #86FA03
Tints of Chartreuse #86FA03
RGB
CMYK
RGB Variations
Color information
#86FA03 (or 0x86FA03) is known color: Chartreuse. HEX triplet: 86, FA and 03. RGB value is (134,250,3). Sum of RGB (Red+Green+Blue) = 134+250+3=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FA03 is #7905FC. Grayscale: #BCBCBC. Windows color (decimal): -7931389 or 260742. OLE color: 260742.
HSL color Cylindrical-coordinate representation of color #86FA03: hue angle of 88.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86FA03 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 3 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.02 |
| HSL | 88.18º | 0.98% | 0.5% | - |
| HSV(B) | 88.18º | 0.99% | 0.98% | - |
| XYZ | 44.03 | 73.45 | 11.94 | - |
| YUV | 187.16 | 24.07 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 3 | 0.46 | 0 | 0.99 | 0.02 | 88.18 | 0.98 | 0.5 |
| Hex | 86 | FA | 3 | 2E | 0 | 63 | 2 | 58 | 62 | 32 |
| Octal | 206 | 372 | 3 | 56 | 0 | 143 | 2 | 130 | 142 | 62 |
| Binary | 10000110 | 11111010 | 11 | 101110 | 0 | 1100011 | 10 | 1011000 | 1100010 | 110010 |
Color Harmonies of #86FA03
Complementary color
Monochromatic Colors of #86FA03
Black with #86FA03
Text Example
Text Example
White with #86FA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA03; }
p { color: rgb(134,250,3); }
H1.HeaderClassName
{
color: #86FA03;
}
.AnyTagClassName
{
color: #86FA03;
}
</style>
background-color css
<style>
a { background-color: #86FA03; }
a { background-color: rgb(134,250,3); }
div.DivClassName
{
background-color: #86FA03;
}
.BgClassName
{
background-color: #86FA03;
}
</style>
border-color css
<style>
span { border-color: #86FA03; }
span { border-color: rgb(134,250,3); }
td.TdClassName
{
border-color: #86FA03;
}
.TagClassName
{
border-color: #86FA03;
}
</style>