Shades of Mint Green #85FEA2
Tints of Mint Green #85FEA2
RGB
CMYK
RGB Variations
Color information
#85FEA2 (or 0x85FEA2) is known color: Mint Green. HEX triplet: 85, FE and A2. RGB value is (133,254,162). Sum of RGB (Red+Green+Blue) = 133+254+162=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FEA2 is #7A015D. Grayscale: #CFCFCF. Windows color (decimal): -7995742 or 10681989. OLE color: 10681989.
HSL color Cylindrical-coordinate representation of color #85FEA2: hue angle of 134.38º 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 #85FEA2 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 162 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.00 |
| HSL | 134.38º | 0.98% | 0.76% | - |
| HSV(B) | 134.38º | 0.48% | 1% | - |
| XYZ | 51.64 | 78.48 | 46.61 | - |
| YUV | 207.33 | 102.41 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 162 | 0.48 | 0 | 0.36 | 0.00 | 134.38 | 0.98 | 0.76 |
| Hex | 85 | FE | A2 | 30 | 0 | 24 | 0 | 86 | 62 | 4C |
| Octal | 205 | 376 | 242 | 60 | 0 | 44 | 0 | 206 | 142 | 114 |
| Binary | 10000101 | 11111110 | 10100010 | 110000 | 0 | 100100 | 0 | 10000110 | 1100010 | 1001100 |
Color Harmonies of #85FEA2
Complementary color
Monochromatic Colors of #85FEA2
Black with #85FEA2
Text Example
Text Example
White with #85FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FEA2; }
p { color: rgb(133,254,162); }
H1.HeaderClassName
{
color: #85FEA2;
}
.AnyTagClassName
{
color: #85FEA2;
}
</style>
background-color css
<style>
a { background-color: #85FEA2; }
a { background-color: rgb(133,254,162); }
div.DivClassName
{
background-color: #85FEA2;
}
.BgClassName
{
background-color: #85FEA2;
}
</style>
border-color css
<style>
span { border-color: #85FEA2; }
span { border-color: rgb(133,254,162); }
td.TdClassName
{
border-color: #85FEA2;
}
.TagClassName
{
border-color: #85FEA2;
}
</style>