Shades of Magic Mint #95FDC5
Tints of Magic Mint #95FDC5
RGB
CMYK
RGB Variations
Color information
#95FDC5 (or 0x95FDC5) is known color: Magic Mint. HEX triplet: 95, FD and C5. RGB value is (149,253,197). Sum of RGB (Red+Green+Blue) = 149+253+197=599 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.87% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #95FDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FDC5 is #6A023A. Grayscale: #D7D7D7. Windows color (decimal): -6947387 or 12975509. OLE color: 12975509.
HSL color Cylindrical-coordinate representation of color #95FDC5: hue angle of 147.69º 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 #95FDC5 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 253 | 197 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.01 |
| HSL | 147.69º | 0.96% | 0.79% | - |
| HSV(B) | 147.69º | 0.41% | 0.99% | - |
| XYZ | 57.6 | 80.67 | 65.36 | - |
| YUV | 215.52 | 117.54 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 253 | 197 | 0.41 | 0 | 0.22 | 0.01 | 147.69 | 0.96 | 0.79 |
| Hex | 95 | FD | C5 | 29 | 0 | 16 | 1 | 94 | 60 | 4F |
| Octal | 225 | 375 | 305 | 51 | 0 | 26 | 1 | 224 | 140 | 117 |
| Binary | 10010101 | 11111101 | 11000101 | 101001 | 0 | 10110 | 1 | 10010100 | 1100000 | 1001111 |
Color Harmonies of #95FDC5
Complementary color
Monochromatic Colors of #95FDC5
Black with #95FDC5
Text Example
Text Example
White with #95FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FDC5; }
p { color: rgb(149,253,197); }
H1.HeaderClassName
{
color: #95FDC5;
}
.AnyTagClassName
{
color: #95FDC5;
}
</style>
background-color css
<style>
a { background-color: #95FDC5; }
a { background-color: rgb(149,253,197); }
div.DivClassName
{
background-color: #95FDC5;
}
.BgClassName
{
background-color: #95FDC5;
}
</style>
border-color css
<style>
span { border-color: #95FDC5; }
span { border-color: rgb(149,253,197); }
td.TdClassName
{
border-color: #95FDC5;
}
.TagClassName
{
border-color: #95FDC5;
}
</style>