Shades of Chartreuse #86FE05
Tints of Chartreuse #86FE05
RGB
CMYK
RGB Variations
Color information
#86FE05 (or 0x86FE05) is known color: Chartreuse. HEX triplet: 86, FE and 05. RGB value is (134,254,5). Sum of RGB (Red+Green+Blue) = 134+254+5=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 254 (99.61% from 255 or 64.63% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FE05 is #7901FA. Grayscale: #BEBEBE. Windows color (decimal): -7930363 or 392838. OLE color: 392838.
HSL color Cylindrical-coordinate representation of color #86FE05: hue angle of 88.92º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86FE05 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 5 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.00 |
| HSL | 88.92º | 0.99% | 0.51% | - |
| HSV(B) | 88.92º | 0.98% | 1% | - |
| XYZ | 45.3 | 75.96 | 12.42 | - |
| YUV | 189.73 | 23.74 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 5 | 0.47 | 0 | 0.98 | 0.00 | 88.92 | 0.99 | 0.51 |
| Hex | 86 | FE | 5 | 2F | 0 | 62 | 0 | 59 | 63 | 33 |
| Octal | 206 | 376 | 5 | 57 | 0 | 142 | 0 | 131 | 143 | 63 |
| Binary | 10000110 | 11111110 | 101 | 101111 | 0 | 1100010 | 0 | 1011001 | 1100011 | 110011 |
Color Harmonies of #86FE05
Complementary color
Monochromatic Colors of #86FE05
Black with #86FE05
Text Example
Text Example
White with #86FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FE05; }
p { color: rgb(134,254,5); }
H1.HeaderClassName
{
color: #86FE05;
}
.AnyTagClassName
{
color: #86FE05;
}
</style>
background-color css
<style>
a { background-color: #86FE05; }
a { background-color: rgb(134,254,5); }
div.DivClassName
{
background-color: #86FE05;
}
.BgClassName
{
background-color: #86FE05;
}
</style>
border-color css
<style>
span { border-color: #86FE05; }
span { border-color: rgb(134,254,5); }
td.TdClassName
{
border-color: #86FE05;
}
.TagClassName
{
border-color: #86FE05;
}
</style>