Shades of Chartreuse #86F621
Tints of Chartreuse #86F621
RGB
CMYK
RGB Variations
Color information
#86F621 (or 0x86F621) is known color: Chartreuse. HEX triplet: 86, F6 and 21. RGB value is (134,246,33). Sum of RGB (Red+Green+Blue) = 134+246+33=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 246 (96.48% from 255 or 59.56% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 246 - color contains mainly: green. Hex color #86F621 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F621 is #7909DE. Grayscale: #BCBCBC. Windows color (decimal): -7932383 or 2225798. OLE color: 2225798.
HSL color Cylindrical-coordinate representation of color #86F621: hue angle of 91.55º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86F621 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 246 | 33 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.04 |
| HSL | 91.55º | 0.92% | 0.55% | - |
| HSV(B) | 91.55º | 0.87% | 0.96% | - |
| XYZ | 43.06 | 71.09 | 12.89 | - |
| YUV | 188.23 | 40.39 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 246 | 33 | 0.46 | 0 | 0.87 | 0.04 | 91.55 | 0.92 | 0.55 |
| Hex | 86 | F6 | 21 | 2E | 0 | 57 | 4 | 5C | 5C | 37 |
| Octal | 206 | 366 | 41 | 56 | 0 | 127 | 4 | 134 | 134 | 67 |
| Binary | 10000110 | 11110110 | 100001 | 101110 | 0 | 1010111 | 100 | 1011100 | 1011100 | 110111 |
Color Harmonies of #86F621
Complementary color
Monochromatic Colors of #86F621
Black with #86F621
Text Example
Text Example
White with #86F621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F621; }
p { color: rgb(134,246,33); }
H1.HeaderClassName
{
color: #86F621;
}
.AnyTagClassName
{
color: #86F621;
}
</style>
background-color css
<style>
a { background-color: #86F621; }
a { background-color: rgb(134,246,33); }
div.DivClassName
{
background-color: #86F621;
}
.BgClassName
{
background-color: #86F621;
}
</style>
border-color css
<style>
span { border-color: #86F621; }
span { border-color: rgb(134,246,33); }
td.TdClassName
{
border-color: #86F621;
}
.TagClassName
{
border-color: #86F621;
}
</style>