Shades of Chartreuse #86F50B
Tints of Chartreuse #86F50B
RGB
CMYK
RGB Variations
Color information
#86F50B (or 0x86F50B) is known color: Chartreuse. HEX triplet: 86, F5 and 0B. RGB value is (134,245,11). Sum of RGB (Red+Green+Blue) = 134+245+11=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 245 (96.09% from 255 or 62.82% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 245 - color contains mainly: green. Hex color #86F50B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F50B is #790AF4. Grayscale: #B9B9B9. Windows color (decimal): -7932661 or 783750. OLE color: 783750.
HSL color Cylindrical-coordinate representation of color #86F50B: hue angle of 88.46º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86F50B is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 245 | 11 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.04 |
| HSL | 88.46º | 0.92% | 0.5% | - |
| HSV(B) | 88.46º | 0.96% | 0.96% | - |
| XYZ | 42.54 | 70.4 | 11.66 | - |
| YUV | 185.14 | 29.73 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 245 | 11 | 0.45 | 0 | 0.96 | 0.04 | 88.46 | 0.92 | 0.5 |
| Hex | 86 | F5 | B | 2D | 0 | 60 | 4 | 58 | 5C | 32 |
| Octal | 206 | 365 | 13 | 55 | 0 | 140 | 4 | 130 | 134 | 62 |
| Binary | 10000110 | 11110101 | 1011 | 101101 | 0 | 1100000 | 100 | 1011000 | 1011100 | 110010 |
Color Harmonies of #86F50B
Complementary color
Monochromatic Colors of #86F50B
Black with #86F50B
Text Example
Text Example
White with #86F50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F50B; }
p { color: rgb(134,245,11); }
H1.HeaderClassName
{
color: #86F50B;
}
.AnyTagClassName
{
color: #86F50B;
}
</style>
background-color css
<style>
a { background-color: #86F50B; }
a { background-color: rgb(134,245,11); }
div.DivClassName
{
background-color: #86F50B;
}
.BgClassName
{
background-color: #86F50B;
}
</style>
border-color css
<style>
span { border-color: #86F50B; }
span { border-color: rgb(134,245,11); }
td.TdClassName
{
border-color: #86F50B;
}
.TagClassName
{
border-color: #86F50B;
}
</style>