Shades of Mint Green #94FDB0
Tints of Mint Green #94FDB0
RGB
CMYK
RGB Variations
Color information
#94FDB0 (or 0x94FDB0) is known color: Mint Green. HEX triplet: 94, FD and B0. RGB value is (148,253,176). Sum of RGB (Red+Green+Blue) = 148+253+176=577 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.65% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FDB0 is #6B024F. Grayscale: #D5D5D5. Windows color (decimal): -7012944 or 11599252. OLE color: 11599252.
HSL color Cylindrical-coordinate representation of color #94FDB0: hue angle of 136º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FDB0 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 253 | 176 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.01 |
| HSL | 136º | 0.96% | 0.79% | - |
| HSV(B) | 136º | 0.42% | 0.99% | - |
| XYZ | 55.17 | 79.68 | 53.55 | - |
| YUV | 212.83 | 107.21 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 253 | 176 | 0.42 | 0 | 0.30 | 0.01 | 136 | 0.96 | 0.79 |
| Hex | 94 | FD | B0 | 2A | 0 | 1E | 1 | 88 | 60 | 4F |
| Octal | 224 | 375 | 260 | 52 | 0 | 36 | 1 | 210 | 140 | 117 |
| Binary | 10010100 | 11111101 | 10110000 | 101010 | 0 | 11110 | 1 | 10001000 | 1100000 | 1001111 |
Color Harmonies of #94FDB0
Complementary color
Monochromatic Colors of #94FDB0
Black with #94FDB0
Text Example
Text Example
White with #94FDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FDB0; }
p { color: rgb(148,253,176); }
H1.HeaderClassName
{
color: #94FDB0;
}
.AnyTagClassName
{
color: #94FDB0;
}
</style>
background-color css
<style>
a { background-color: #94FDB0; }
a { background-color: rgb(148,253,176); }
div.DivClassName
{
background-color: #94FDB0;
}
.BgClassName
{
background-color: #94FDB0;
}
</style>
border-color css
<style>
span { border-color: #94FDB0; }
span { border-color: rgb(148,253,176); }
td.TdClassName
{
border-color: #94FDB0;
}
.TagClassName
{
border-color: #94FDB0;
}
</style>