Shades of Chartreuse #86F619
Tints of Chartreuse #86F619
RGB
CMYK
RGB Variations
Color information
#86F619 (or 0x86F619) is known color: Chartreuse. HEX triplet: 86, F6 and 19. RGB value is (134,246,25). Sum of RGB (Red+Green+Blue) = 134+246+25=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 246 (96.48% from 255 or 60.74% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 246 - color contains mainly: green. Hex color #86F619 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F619 is #7909E6. Grayscale: #BCBCBC. Windows color (decimal): -7932391 or 1701510. OLE color: 1701510.
HSL color Cylindrical-coordinate representation of color #86F619: hue angle of 90.41º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86F619 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 246 | 25 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.04 |
| HSL | 90.41º | 0.92% | 0.53% | - |
| HSV(B) | 90.41º | 0.9% | 0.96% | - |
| XYZ | 42.96 | 71.05 | 12.37 | - |
| YUV | 187.32 | 36.39 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 246 | 25 | 0.46 | 0 | 0.90 | 0.04 | 90.41 | 0.92 | 0.53 |
| Hex | 86 | F6 | 19 | 2E | 0 | 5A | 4 | 5A | 5C | 35 |
| Octal | 206 | 366 | 31 | 56 | 0 | 132 | 4 | 132 | 134 | 65 |
| Binary | 10000110 | 11110110 | 11001 | 101110 | 0 | 1011010 | 100 | 1011010 | 1011100 | 110101 |
Color Harmonies of #86F619
Complementary color
Monochromatic Colors of #86F619
Black with #86F619
Text Example
Text Example
White with #86F619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F619; }
p { color: rgb(134,246,25); }
H1.HeaderClassName
{
color: #86F619;
}
.AnyTagClassName
{
color: #86F619;
}
</style>
background-color css
<style>
a { background-color: #86F619; }
a { background-color: rgb(134,246,25); }
div.DivClassName
{
background-color: #86F619;
}
.BgClassName
{
background-color: #86F619;
}
</style>
border-color css
<style>
span { border-color: #86F619; }
span { border-color: rgb(134,246,25); }
td.TdClassName
{
border-color: #86F619;
}
.TagClassName
{
border-color: #86F619;
}
</style>