Shades of Mint Green #7DFDAB
Tints of Mint Green #7DFDAB
RGB
CMYK
RGB Variations
Color information
#7DFDAB (or 0x7DFDAB) is known color: Mint Green. HEX triplet: 7D, FD and AB. RGB value is (125,253,171). Sum of RGB (Red+Green+Blue) = 125+253+171=549 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.77% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFDAB is #820254. Grayscale: #CDCDCD. Windows color (decimal): -8520277 or 11271549. OLE color: 11271549.
HSL color Cylindrical-coordinate representation of color #7DFDAB: hue angle of 141.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFDAB is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 253 | 171 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.01 |
| HSL | 141.56º | 0.97% | 0.74% | - |
| HSV(B) | 141.56º | 0.51% | 0.99% | - |
| XYZ | 50.93 | 77.55 | 50.81 | - |
| YUV | 205.38 | 108.59 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 253 | 171 | 0.51 | 0 | 0.32 | 0.01 | 141.56 | 0.97 | 0.74 |
| Hex | 7D | FD | AB | 33 | 0 | 20 | 1 | 8E | 61 | 4A |
| Octal | 175 | 375 | 253 | 63 | 0 | 40 | 1 | 216 | 141 | 112 |
| Binary | 1111101 | 11111101 | 10101011 | 110011 | 0 | 100000 | 1 | 10001110 | 1100001 | 1001010 |
Color Harmonies of #7DFDAB
Complementary color
Monochromatic Colors of #7DFDAB
Black with #7DFDAB
Text Example
Text Example
White with #7DFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFDAB; }
p { color: rgb(125,253,171); }
H1.HeaderClassName
{
color: #7DFDAB;
}
.AnyTagClassName
{
color: #7DFDAB;
}
</style>
background-color css
<style>
a { background-color: #7DFDAB; }
a { background-color: rgb(125,253,171); }
div.DivClassName
{
background-color: #7DFDAB;
}
.BgClassName
{
background-color: #7DFDAB;
}
</style>
border-color css
<style>
span { border-color: #7DFDAB; }
span { border-color: rgb(125,253,171); }
td.TdClassName
{
border-color: #7DFDAB;
}
.TagClassName
{
border-color: #7DFDAB;
}
</style>