Shades of Chartreuse #86F605
Tints of Chartreuse #86F605
RGB
CMYK
RGB Variations
Color information
#86F605 (or 0x86F605) is known color: Chartreuse. HEX triplet: 86, F6 and 05. RGB value is (134,246,5). Sum of RGB (Red+Green+Blue) = 134+246+5=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 246 (96.48% from 255 or 63.90% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 246 - color contains mainly: green. Hex color #86F605 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F605 is #7909FA. Grayscale: #B9B9B9. Windows color (decimal): -7932411 or 390790. OLE color: 390790.
HSL color Cylindrical-coordinate representation of color #86F605: hue angle of 87.88º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86F605 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 246 | 5 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.04 |
| HSL | 87.88º | 0.96% | 0.49% | - |
| HSV(B) | 87.88º | 0.98% | 0.96% | - |
| XYZ | 42.81 | 70.99 | 11.59 | - |
| YUV | 185.04 | 26.39 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 246 | 5 | 0.46 | 0 | 0.98 | 0.04 | 87.88 | 0.96 | 0.49 |
| Hex | 86 | F6 | 5 | 2E | 0 | 62 | 4 | 58 | 60 | 31 |
| Octal | 206 | 366 | 5 | 56 | 0 | 142 | 4 | 130 | 140 | 61 |
| Binary | 10000110 | 11110110 | 101 | 101110 | 0 | 1100010 | 100 | 1011000 | 1100000 | 110001 |
Color Harmonies of #86F605
Complementary color
Monochromatic Colors of #86F605
Black with #86F605
Text Example
Text Example
White with #86F605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F605; }
p { color: rgb(134,246,5); }
H1.HeaderClassName
{
color: #86F605;
}
.AnyTagClassName
{
color: #86F605;
}
</style>
background-color css
<style>
a { background-color: #86F605; }
a { background-color: rgb(134,246,5); }
div.DivClassName
{
background-color: #86F605;
}
.BgClassName
{
background-color: #86F605;
}
</style>
border-color css
<style>
span { border-color: #86F605; }
span { border-color: rgb(134,246,5); }
td.TdClassName
{
border-color: #86F605;
}
.TagClassName
{
border-color: #86F605;
}
</style>