Shades of Magic Mint #9DFEBD
Tints of Magic Mint #9DFEBD
RGB
CMYK
RGB Variations
Color information
#9DFEBD (or 0x9DFEBD) is known color: Magic Mint. HEX triplet: 9D, FE and BD. RGB value is (157,254,189). Sum of RGB (Red+Green+Blue) = 157+254+189=600 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.17% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFEBD is #620142. Grayscale: #D9D9D9. Windows color (decimal): -6422851 or 12451485. OLE color: 12451485.
HSL color Cylindrical-coordinate representation of color #9DFEBD: hue angle of 139.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFEBD is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 189 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.00 |
| HSL | 139.79º | 0.98% | 0.81% | - |
| HSV(B) | 139.79º | 0.38% | 1% | - |
| XYZ | 58.53 | 81.73 | 60.83 | - |
| YUV | 217.59 | 111.86 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 189 | 0.38 | 0 | 0.26 | 0.00 | 139.79 | 0.98 | 0.81 |
| Hex | 9D | FE | BD | 26 | 0 | 1A | 0 | 8C | 62 | 51 |
| Octal | 235 | 376 | 275 | 46 | 0 | 32 | 0 | 214 | 142 | 121 |
| Binary | 10011101 | 11111110 | 10111101 | 100110 | 0 | 11010 | 0 | 10001100 | 1100010 | 1010001 |
Color Harmonies of #9DFEBD
Complementary color
Monochromatic Colors of #9DFEBD
Black with #9DFEBD
Text Example
Text Example
White with #9DFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFEBD; }
p { color: rgb(157,254,189); }
H1.HeaderClassName
{
color: #9DFEBD;
}
.AnyTagClassName
{
color: #9DFEBD;
}
</style>
background-color css
<style>
a { background-color: #9DFEBD; }
a { background-color: rgb(157,254,189); }
div.DivClassName
{
background-color: #9DFEBD;
}
.BgClassName
{
background-color: #9DFEBD;
}
</style>
border-color css
<style>
span { border-color: #9DFEBD; }
span { border-color: rgb(157,254,189); }
td.TdClassName
{
border-color: #9DFEBD;
}
.TagClassName
{
border-color: #9DFEBD;
}
</style>