Shades of Chartreuse #86FC25
Tints of Chartreuse #86FC25
RGB
CMYK
RGB Variations
Color information
#86FC25 (or 0x86FC25) is known color: Chartreuse. HEX triplet: 86, FC and 25. RGB value is (134,252,37). Sum of RGB (Red+Green+Blue) = 134+252+37=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 252 (98.83% from 255 or 59.57% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FC25 is #7903DA. Grayscale: #C0C0C0. Windows color (decimal): -7930843 or 2489478. OLE color: 2489478.
HSL color Cylindrical-coordinate representation of color #86FC25: hue angle of 92.93º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86FC25 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 252 | 37 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.01 |
| HSL | 92.93º | 0.97% | 0.57% | - |
| HSV(B) | 92.93º | 0.85% | 0.99% | - |
| XYZ | 44.98 | 74.82 | 13.82 | - |
| YUV | 192.21 | 40.41 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 252 | 37 | 0.47 | 0 | 0.85 | 0.01 | 92.93 | 0.97 | 0.57 |
| Hex | 86 | FC | 25 | 2F | 0 | 55 | 1 | 5D | 61 | 39 |
| Octal | 206 | 374 | 45 | 57 | 0 | 125 | 1 | 135 | 141 | 71 |
| Binary | 10000110 | 11111100 | 100101 | 101111 | 0 | 1010101 | 1 | 1011101 | 1100001 | 111001 |
Color Harmonies of #86FC25
Complementary color
Monochromatic Colors of #86FC25
Black with #86FC25
Text Example
Text Example
White with #86FC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FC25; }
p { color: rgb(134,252,37); }
H1.HeaderClassName
{
color: #86FC25;
}
.AnyTagClassName
{
color: #86FC25;
}
</style>
background-color css
<style>
a { background-color: #86FC25; }
a { background-color: rgb(134,252,37); }
div.DivClassName
{
background-color: #86FC25;
}
.BgClassName
{
background-color: #86FC25;
}
</style>
border-color css
<style>
span { border-color: #86FC25; }
span { border-color: rgb(134,252,37); }
td.TdClassName
{
border-color: #86FC25;
}
.TagClassName
{
border-color: #86FC25;
}
</style>