Shades of Magic Mint #95FDC7
Tints of Magic Mint #95FDC7
RGB
CMYK
RGB Variations
Color information
#95FDC7 (or 0x95FDC7) is known color: Magic Mint. HEX triplet: 95, FD and C7. RGB value is (149,253,199). Sum of RGB (Red+Green+Blue) = 149+253+199=601 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.79% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #95FDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FDC7 is #6A0238. Grayscale: #D7D7D7. Windows color (decimal): -6947385 or 13106581. OLE color: 13106581.
HSL color Cylindrical-coordinate representation of color #95FDC7: hue angle of 148.85º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FDC7 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 253 | 199 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.01 |
| HSL | 148.85º | 0.96% | 0.79% | - |
| HSV(B) | 148.85º | 0.41% | 0.99% | - |
| XYZ | 57.83 | 80.76 | 66.57 | - |
| YUV | 215.75 | 118.54 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 253 | 199 | 0.41 | 0 | 0.21 | 0.01 | 148.85 | 0.96 | 0.79 |
| Hex | 95 | FD | C7 | 29 | 0 | 15 | 1 | 95 | 60 | 4F |
| Octal | 225 | 375 | 307 | 51 | 0 | 25 | 1 | 225 | 140 | 117 |
| Binary | 10010101 | 11111101 | 11000111 | 101001 | 0 | 10101 | 1 | 10010101 | 1100000 | 1001111 |
Color Harmonies of #95FDC7
Complementary color
Monochromatic Colors of #95FDC7
Black with #95FDC7
Text Example
Text Example
White with #95FDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FDC7; }
p { color: rgb(149,253,199); }
H1.HeaderClassName
{
color: #95FDC7;
}
.AnyTagClassName
{
color: #95FDC7;
}
</style>
background-color css
<style>
a { background-color: #95FDC7; }
a { background-color: rgb(149,253,199); }
div.DivClassName
{
background-color: #95FDC7;
}
.BgClassName
{
background-color: #95FDC7;
}
</style>
border-color css
<style>
span { border-color: #95FDC7; }
span { border-color: rgb(149,253,199); }
td.TdClassName
{
border-color: #95FDC7;
}
.TagClassName
{
border-color: #95FDC7;
}
</style>