Shades of Chartreuse #86FC0F
Tints of Chartreuse #86FC0F
RGB
CMYK
RGB Variations
Color information
#86FC0F (or 0x86FC0F) is known color: Chartreuse. HEX triplet: 86, FC and 0F. RGB value is (134,252,15). Sum of RGB (Red+Green+Blue) = 134+252+15=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 252 (98.83% from 255 or 62.84% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FC0F is #7903F0. Grayscale: #BEBEBE. Windows color (decimal): -7930865 or 1047686. OLE color: 1047686.
HSL color Cylindrical-coordinate representation of color #86FC0F: hue angle of 89.87º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86FC0F is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 252 | 15 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.01 |
| HSL | 89.87º | 0.98% | 0.52% | - |
| HSV(B) | 89.87º | 0.94% | 0.99% | - |
| XYZ | 44.73 | 74.72 | 12.52 | - |
| YUV | 189.7 | 29.41 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 252 | 15 | 0.47 | 0 | 0.94 | 0.01 | 89.87 | 0.98 | 0.52 |
| Hex | 86 | FC | F | 2F | 0 | 5E | 1 | 5A | 62 | 34 |
| Octal | 206 | 374 | 17 | 57 | 0 | 136 | 1 | 132 | 142 | 64 |
| Binary | 10000110 | 11111100 | 1111 | 101111 | 0 | 1011110 | 1 | 1011010 | 1100010 | 110100 |
Color Harmonies of #86FC0F
Complementary color
Monochromatic Colors of #86FC0F
Black with #86FC0F
Text Example
Text Example
White with #86FC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FC0F; }
p { color: rgb(134,252,15); }
H1.HeaderClassName
{
color: #86FC0F;
}
.AnyTagClassName
{
color: #86FC0F;
}
</style>
background-color css
<style>
a { background-color: #86FC0F; }
a { background-color: rgb(134,252,15); }
div.DivClassName
{
background-color: #86FC0F;
}
.BgClassName
{
background-color: #86FC0F;
}
</style>
border-color css
<style>
span { border-color: #86FC0F; }
span { border-color: rgb(134,252,15); }
td.TdClassName
{
border-color: #86FC0F;
}
.TagClassName
{
border-color: #86FC0F;
}
</style>