Shades of Chartreuse #86FE1E
Tints of Chartreuse #86FE1E
RGB
CMYK
RGB Variations
Color information
#86FE1E (or 0x86FE1E) is known color: Chartreuse. HEX triplet: 86, FE and 1E. RGB value is (134,254,30). Sum of RGB (Red+Green+Blue) = 134+254+30=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 254 (99.61% from 255 or 60.77% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FE1E is #7901E1. Grayscale: #C1C1C1. Windows color (decimal): -7930338 or 2031238. OLE color: 2031238.
HSL color Cylindrical-coordinate representation of color #86FE1E: hue angle of 92.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86FE1E is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 30 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.00 |
| HSL | 92.14º | 0.99% | 0.56% | - |
| HSV(B) | 92.14º | 0.88% | 1% | - |
| XYZ | 45.51 | 76.05 | 13.51 | - |
| YUV | 192.58 | 36.24 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 30 | 0.47 | 0 | 0.88 | 0.00 | 92.14 | 0.99 | 0.56 |
| Hex | 86 | FE | 1E | 2F | 0 | 58 | 0 | 5C | 63 | 38 |
| Octal | 206 | 376 | 36 | 57 | 0 | 130 | 0 | 134 | 143 | 70 |
| Binary | 10000110 | 11111110 | 11110 | 101111 | 0 | 1011000 | 0 | 1011100 | 1100011 | 111000 |
Color Harmonies of #86FE1E
Complementary color
Monochromatic Colors of #86FE1E
Black with #86FE1E
Text Example
Text Example
White with #86FE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FE1E; }
p { color: rgb(134,254,30); }
H1.HeaderClassName
{
color: #86FE1E;
}
.AnyTagClassName
{
color: #86FE1E;
}
</style>
background-color css
<style>
a { background-color: #86FE1E; }
a { background-color: rgb(134,254,30); }
div.DivClassName
{
background-color: #86FE1E;
}
.BgClassName
{
background-color: #86FE1E;
}
</style>
border-color css
<style>
span { border-color: #86FE1E; }
span { border-color: rgb(134,254,30); }
td.TdClassName
{
border-color: #86FE1E;
}
.TagClassName
{
border-color: #86FE1E;
}
</style>