Shades of Mint Green #85FFB1
Tints of Mint Green #85FFB1
RGB
CMYK
RGB Variations
Color information
#85FFB1 (or 0x85FFB1) is known color: Mint Green. HEX triplet: 85, FF and B1. RGB value is (133,255,177). Sum of RGB (Red+Green+Blue) = 133+255+177=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FFB1 is #7A004E. Grayscale: #D1D1D1. Windows color (decimal): -7995471 or 11665285. OLE color: 11665285.
HSL color Cylindrical-coordinate representation of color #85FFB1: hue angle of 141.64º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFB1 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 177 | - |
| CMYK | 0.48 | 0 | 0.31 | 0 |
| HSL | 141.64º | 1% | 0.76% | - |
| HSV(B) | 141.64º | 0.48% | 1% | - |
| XYZ | 53.37 | 79.68 | 54.16 | - |
| YUV | 209.63 | 109.58 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 177 | 0.48 | 0 | 0.31 | 0 | 141.64 | 1 | 0.76 |
| Hex | 85 | FF | B1 | 30 | 0 | 1F | 0 | 8E | 64 | 4C |
| Octal | 205 | 377 | 261 | 60 | 0 | 37 | 0 | 216 | 144 | 114 |
| Binary | 10000101 | 11111111 | 10110001 | 110000 | 0 | 11111 | 0 | 10001110 | 1100100 | 1001100 |
Color Harmonies of #85FFB1
Complementary color
Monochromatic Colors of #85FFB1
Black with #85FFB1
Text Example
Text Example
White with #85FFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFB1; }
p { color: rgb(133,255,177); }
H1.HeaderClassName
{
color: #85FFB1;
}
.AnyTagClassName
{
color: #85FFB1;
}
</style>
background-color css
<style>
a { background-color: #85FFB1; }
a { background-color: rgb(133,255,177); }
div.DivClassName
{
background-color: #85FFB1;
}
.BgClassName
{
background-color: #85FFB1;
}
</style>
border-color css
<style>
span { border-color: #85FFB1; }
span { border-color: rgb(133,255,177); }
td.TdClassName
{
border-color: #85FFB1;
}
.TagClassName
{
border-color: #85FFB1;
}
</style>