Shades of Mint Green #85FDAB
Tints of Mint Green #85FDAB
RGB
CMYK
RGB Variations
Color information
#85FDAB (or 0x85FDAB) is known color: Mint Green. HEX triplet: 85, FD and AB. RGB value is (133,253,171). Sum of RGB (Red+Green+Blue) = 133+253+171=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FDAB is #7A0254. Grayscale: #CFCFCF. Windows color (decimal): -7995989 or 11271557. OLE color: 11271557.
HSL color Cylindrical-coordinate representation of color #85FDAB: hue angle of 139º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FDAB is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 253 | 171 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.01 |
| HSL | 139º | 0.97% | 0.76% | - |
| HSV(B) | 139º | 0.47% | 0.99% | - |
| XYZ | 52.15 | 78.18 | 50.87 | - |
| YUV | 207.77 | 107.24 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 253 | 171 | 0.47 | 0 | 0.32 | 0.01 | 139 | 0.97 | 0.76 |
| Hex | 85 | FD | AB | 2F | 0 | 20 | 1 | 8B | 61 | 4C |
| Octal | 205 | 375 | 253 | 57 | 0 | 40 | 1 | 213 | 141 | 114 |
| Binary | 10000101 | 11111101 | 10101011 | 101111 | 0 | 100000 | 1 | 10001011 | 1100001 | 1001100 |
Color Harmonies of #85FDAB
Complementary color
Monochromatic Colors of #85FDAB
Black with #85FDAB
Text Example
Text Example
White with #85FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FDAB; }
p { color: rgb(133,253,171); }
H1.HeaderClassName
{
color: #85FDAB;
}
.AnyTagClassName
{
color: #85FDAB;
}
</style>
background-color css
<style>
a { background-color: #85FDAB; }
a { background-color: rgb(133,253,171); }
div.DivClassName
{
background-color: #85FDAB;
}
.BgClassName
{
background-color: #85FDAB;
}
</style>
border-color css
<style>
span { border-color: #85FDAB; }
span { border-color: rgb(133,253,171); }
td.TdClassName
{
border-color: #85FDAB;
}
.TagClassName
{
border-color: #85FDAB;
}
</style>