Shades of Chartreuse #86FF18
Tints of Chartreuse #86FF18
RGB
CMYK
RGB Variations
Color information
#86FF18 (or 0x86FF18) is known color: Chartreuse. HEX triplet: 86, FF and 18. RGB value is (134,255,24). Sum of RGB (Red+Green+Blue) = 134+255+24=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FF18 is #7900E7. Grayscale: #C1C1C1. Windows color (decimal): -7930088 or 1638278. OLE color: 1638278.
HSL color Cylindrical-coordinate representation of color #86FF18: hue angle of 91.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86FF18 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 24 | - |
| CMYK | 0.47 | 0 | 0.91 | 0 |
| HSL | 91.43º | 1% | 0.55% | - |
| HSV(B) | 91.43º | 0.91% | 1% | - |
| XYZ | 45.76 | 76.65 | 13.25 | - |
| YUV | 192.49 | 32.91 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 24 | 0.47 | 0 | 0.91 | 0 | 91.43 | 1 | 0.55 |
| Hex | 86 | FF | 18 | 2F | 0 | 5B | 0 | 5B | 64 | 37 |
| Octal | 206 | 377 | 30 | 57 | 0 | 133 | 0 | 133 | 144 | 67 |
| Binary | 10000110 | 11111111 | 11000 | 101111 | 0 | 1011011 | 0 | 1011011 | 1100100 | 110111 |
Color Harmonies of #86FF18
Complementary color
Monochromatic Colors of #86FF18
Black with #86FF18
Text Example
Text Example
White with #86FF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FF18; }
p { color: rgb(134,255,24); }
H1.HeaderClassName
{
color: #86FF18;
}
.AnyTagClassName
{
color: #86FF18;
}
</style>
background-color css
<style>
a { background-color: #86FF18; }
a { background-color: rgb(134,255,24); }
div.DivClassName
{
background-color: #86FF18;
}
.BgClassName
{
background-color: #86FF18;
}
</style>
border-color css
<style>
span { border-color: #86FF18; }
span { border-color: rgb(134,255,24); }
td.TdClassName
{
border-color: #86FF18;
}
.TagClassName
{
border-color: #86FF18;
}
</style>