Shades of Magic Mint #B5FED8
Tints of Magic Mint #B5FED8
RGB
CMYK
RGB Variations
Color information
#B5FED8 (or 0xB5FED8) is known color: Magic Mint. HEX triplet: B5, FE and D8. RGB value is (181,254,216). Sum of RGB (Red+Green+Blue) = 181+254+216=651 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.80% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FED8 is #4A0127. Grayscale: #E3E3E3. Windows color (decimal): -4849960 or 14220981. OLE color: 14220981.
HSL color Cylindrical-coordinate representation of color #B5FED8: hue angle of 148.77º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FED8 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 216 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.00 |
| HSL | 148.77º | 0.97% | 0.85% | - |
| HSV(B) | 148.77º | 0.29% | 1% | - |
| XYZ | 66.89 | 85.67 | 77.98 | - |
| YUV | 227.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 216 | 0.29 | 0 | 0.15 | 0.00 | 148.77 | 0.97 | 0.85 |
| Hex | B5 | FE | D8 | 1D | 0 | F | 0 | 95 | 61 | 55 |
| Octal | 265 | 376 | 330 | 35 | 0 | 17 | 0 | 225 | 141 | 125 |
| Binary | 10110101 | 11111110 | 11011000 | 11101 | 0 | 1111 | 0 | 10010101 | 1100001 | 1010101 |
Color Harmonies of #B5FED8
Complementary color
Monochromatic Colors of #B5FED8
Black with #B5FED8
Text Example
Text Example
White with #B5FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FED8; }
p { color: rgb(181,254,216); }
H1.HeaderClassName
{
color: #B5FED8;
}
.AnyTagClassName
{
color: #B5FED8;
}
</style>
background-color css
<style>
a { background-color: #B5FED8; }
a { background-color: rgb(181,254,216); }
div.DivClassName
{
background-color: #B5FED8;
}
.BgClassName
{
background-color: #B5FED8;
}
</style>
border-color css
<style>
span { border-color: #B5FED8; }
span { border-color: rgb(181,254,216); }
td.TdClassName
{
border-color: #B5FED8;
}
.TagClassName
{
border-color: #B5FED8;
}
</style>