Shades of Mint Green #86FE9D
Tints of Mint Green #86FE9D
RGB
CMYK
RGB Variations
Color information
#86FE9D (or 0x86FE9D) is known color: Mint Green. HEX triplet: 86, FE and 9D. RGB value is (134,254,157). Sum of RGB (Red+Green+Blue) = 134+254+157=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FE9D is #790162. Grayscale: #CFCFCF. Windows color (decimal): -7930211 or 10354310. OLE color: 10354310.
HSL color Cylindrical-coordinate representation of color #86FE9D: hue angle of 131.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FE9D is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 157 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.00 |
| HSL | 131.5º | 0.98% | 0.76% | - |
| HSV(B) | 131.5º | 0.47% | 1% | - |
| XYZ | 51.36 | 78.39 | 44.32 | - |
| YUV | 207.06 | 99.74 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 157 | 0.47 | 0 | 0.38 | 0.00 | 131.5 | 0.98 | 0.76 |
| Hex | 86 | FE | 9D | 2F | 0 | 26 | 0 | 84 | 62 | 4C |
| Octal | 206 | 376 | 235 | 57 | 0 | 46 | 0 | 204 | 142 | 114 |
| Binary | 10000110 | 11111110 | 10011101 | 101111 | 0 | 100110 | 0 | 10000100 | 1100010 | 1001100 |
Color Harmonies of #86FE9D
Complementary color
Monochromatic Colors of #86FE9D
Black with #86FE9D
Text Example
Text Example
White with #86FE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FE9D; }
p { color: rgb(134,254,157); }
H1.HeaderClassName
{
color: #86FE9D;
}
.AnyTagClassName
{
color: #86FE9D;
}
</style>
background-color css
<style>
a { background-color: #86FE9D; }
a { background-color: rgb(134,254,157); }
div.DivClassName
{
background-color: #86FE9D;
}
.BgClassName
{
background-color: #86FE9D;
}
</style>
border-color css
<style>
span { border-color: #86FE9D; }
span { border-color: rgb(134,254,157); }
td.TdClassName
{
border-color: #86FE9D;
}
.TagClassName
{
border-color: #86FE9D;
}
</style>