Shades of Mint Green #94FDB4
Tints of Mint Green #94FDB4
RGB
CMYK
RGB Variations
Color information
#94FDB4 (or 0x94FDB4) is known color: Mint Green. HEX triplet: 94, FD and B4. RGB value is (148,253,180). Sum of RGB (Red+Green+Blue) = 148+253+180=581 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.47% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDB4 is #6B024B. Grayscale: #D5D5D5. Windows color (decimal): -7012940 or 11861396. OLE color: 11861396.
HSL color Cylindrical-coordinate representation of color #94FDB4: hue angle of 138.29º 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 #94FDB4 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 253 | 180 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.01 |
| HSL | 138.29º | 0.96% | 0.79% | - |
| HSV(B) | 138.29º | 0.42% | 0.99% | - |
| XYZ | 55.58 | 79.84 | 55.66 | - |
| YUV | 213.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 253 | 180 | 0.42 | 0 | 0.29 | 0.01 | 138.29 | 0.96 | 0.79 |
| Hex | 94 | FD | B4 | 2A | 0 | 1D | 1 | 8A | 60 | 4F |
| Octal | 224 | 375 | 264 | 52 | 0 | 35 | 1 | 212 | 140 | 117 |
| Binary | 10010100 | 11111101 | 10110100 | 101010 | 0 | 11101 | 1 | 10001010 | 1100000 | 1001111 |
Color Harmonies of #94FDB4
Complementary color
Monochromatic Colors of #94FDB4
Black with #94FDB4
Text Example
Text Example
White with #94FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FDB4; }
p { color: rgb(148,253,180); }
H1.HeaderClassName
{
color: #94FDB4;
}
.AnyTagClassName
{
color: #94FDB4;
}
</style>
background-color css
<style>
a { background-color: #94FDB4; }
a { background-color: rgb(148,253,180); }
div.DivClassName
{
background-color: #94FDB4;
}
.BgClassName
{
background-color: #94FDB4;
}
</style>
border-color css
<style>
span { border-color: #94FDB4; }
span { border-color: rgb(148,253,180); }
td.TdClassName
{
border-color: #94FDB4;
}
.TagClassName
{
border-color: #94FDB4;
}
</style>