Shades of Mint Green #94FD8D
Tints of Mint Green #94FD8D
RGB
CMYK
RGB Variations
Color information
#94FD8D (or 0x94FD8D) is known color: Mint Green. HEX triplet: 94, FD and 8D. RGB value is (148,253,141). Sum of RGB (Red+Green+Blue) = 148+253+141=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FD8D is #6B0272. Grayscale: #D1D1D1. Windows color (decimal): -7012979 or 9305492. OLE color: 9305492.
HSL color Cylindrical-coordinate representation of color #94FD8D: hue angle of 116.25º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94FD8D is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
RGB | 148 | 253 | 141 | - |
CMYK | 0.42 | 0 | 0.44 | 0.01 |
HSL | 116.25º | 0.97% | 0.77% | - |
HSV(B) | 116.25º | 0.44% | 0.99% | - |
XYZ | 52.15 | 78.47 | 37.6 | - |
YUV | 208.84 | 89.71 | 84.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 148 | 253 | 141 | 0.42 | 0 | 0.44 | 0.01 | 116.25 | 0.97 | 0.77 |
Hex | 94 | FD | 8D | 2A | 0 | 2C | 1 | 74 | 61 | 4D |
Octal | 224 | 375 | 215 | 52 | 0 | 54 | 1 | 164 | 141 | 115 |
Binary | 10010100 | 11111101 | 10001101 | 101010 | 0 | 101100 | 1 | 1110100 | 1100001 | 1001101 |
Color Harmonies of #94FD8D
Complementary color
Monochromatic Colors of #94FD8D
Black with #94FD8D
Text Example
Text Example
White with #94FD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FD8D; }
p { color: rgb(148,253,141); }
H1.HeaderClassName
{
color: #94FD8D;
}
.AnyTagClassName
{
color: #94FD8D;
}
</style>
background-color css
<style>
a { background-color: #94FD8D; }
a { background-color: rgb(148,253,141); }
div.DivClassName
{
background-color: #94FD8D;
}
.BgClassName
{
background-color: #94FD8D;
}
</style>
border-color css
<style>
span { border-color: #94FD8D; }
span { border-color: rgb(148,253,141); }
td.TdClassName
{
border-color: #94FD8D;
}
.TagClassName
{
border-color: #94FD8D;
}
</style>