Shades of Magic Mint #B5FED0
Tints of Magic Mint #B5FED0
RGB
CMYK
RGB Variations
Color information
#B5FED0 (or 0xB5FED0) is known color: Magic Mint. HEX triplet: B5, FE and D0. RGB value is (181,254,208). Sum of RGB (Red+Green+Blue) = 181+254+208=643 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.15% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FED0 is #4A012F. Grayscale: #E3E3E3. Windows color (decimal): -4849968 or 13696693. OLE color: 13696693.
HSL color Cylindrical-coordinate representation of color #B5FED0: hue angle of 142.19º 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 #B5FED0 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 208 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.00 |
| HSL | 142.19º | 0.97% | 0.85% | - |
| HSV(B) | 142.19º | 0.29% | 1% | - |
| XYZ | 65.88 | 85.26 | 72.66 | - |
| YUV | 226.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 208 | 0.29 | 0 | 0.18 | 0.00 | 142.19 | 0.97 | 0.85 |
| Hex | B5 | FE | D0 | 1D | 0 | 12 | 0 | 8E | 61 | 55 |
| Octal | 265 | 376 | 320 | 35 | 0 | 22 | 0 | 216 | 141 | 125 |
| Binary | 10110101 | 11111110 | 11010000 | 11101 | 0 | 10010 | 0 | 10001110 | 1100001 | 1010101 |
Color Harmonies of #B5FED0
Complementary color
Monochromatic Colors of #B5FED0
Black with #B5FED0
Text Example
Text Example
White with #B5FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FED0; }
p { color: rgb(181,254,208); }
H1.HeaderClassName
{
color: #B5FED0;
}
.AnyTagClassName
{
color: #B5FED0;
}
</style>
background-color css
<style>
a { background-color: #B5FED0; }
a { background-color: rgb(181,254,208); }
div.DivClassName
{
background-color: #B5FED0;
}
.BgClassName
{
background-color: #B5FED0;
}
</style>
border-color css
<style>
span { border-color: #B5FED0; }
span { border-color: rgb(181,254,208); }
td.TdClassName
{
border-color: #B5FED0;
}
.TagClassName
{
border-color: #B5FED0;
}
</style>