Shades of Mint Green #85FE9F
Tints of Mint Green #85FE9F
RGB
CMYK
RGB Variations
Color information
#85FE9F (or 0x85FE9F) is known color: Mint Green. HEX triplet: 85, FE and 9F. RGB value is (133,254,159). Sum of RGB (Red+Green+Blue) = 133+254+159=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE9F is #7A0160. Grayscale: #CFCFCF. Windows color (decimal): -7995745 or 10485381. OLE color: 10485381.
HSL color Cylindrical-coordinate representation of color #85FE9F: hue angle of 132.89º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FE9F is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 159 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.00 |
| HSL | 132.89º | 0.98% | 0.76% | - |
| HSV(B) | 132.89º | 0.48% | 1% | - |
| XYZ | 51.37 | 78.37 | 45.22 | - |
| YUV | 206.99 | 100.91 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 159 | 0.48 | 0 | 0.37 | 0.00 | 132.89 | 0.98 | 0.76 |
| Hex | 85 | FE | 9F | 30 | 0 | 25 | 0 | 85 | 62 | 4C |
| Octal | 205 | 376 | 237 | 60 | 0 | 45 | 0 | 205 | 142 | 114 |
| Binary | 10000101 | 11111110 | 10011111 | 110000 | 0 | 100101 | 0 | 10000101 | 1100010 | 1001100 |
Color Harmonies of #85FE9F
Complementary color
Monochromatic Colors of #85FE9F
Black with #85FE9F
Text Example
Text Example
White with #85FE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE9F; }
p { color: rgb(133,254,159); }
H1.HeaderClassName
{
color: #85FE9F;
}
.AnyTagClassName
{
color: #85FE9F;
}
</style>
background-color css
<style>
a { background-color: #85FE9F; }
a { background-color: rgb(133,254,159); }
div.DivClassName
{
background-color: #85FE9F;
}
.BgClassName
{
background-color: #85FE9F;
}
</style>
border-color css
<style>
span { border-color: #85FE9F; }
span { border-color: rgb(133,254,159); }
td.TdClassName
{
border-color: #85FE9F;
}
.TagClassName
{
border-color: #85FE9F;
}
</style>