Shades of Magic Mint #B5FEDA
Tints of Magic Mint #B5FEDA
RGB
CMYK
RGB Variations
Color information
#B5FEDA (or 0xB5FEDA) is known color: Magic Mint. HEX triplet: B5, FE and DA. RGB value is (181,254,218). Sum of RGB (Red+Green+Blue) = 181+254+218=653 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.72% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FEDA is #4A0125. Grayscale: #E4E4E4. Windows color (decimal): -4849958 or 14352053. OLE color: 14352053.
HSL color Cylindrical-coordinate representation of color #B5FEDA: hue angle of 150.41º 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 #B5FEDA is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 218 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.00 |
| HSL | 150.41º | 0.97% | 0.85% | - |
| HSV(B) | 150.41º | 0.29% | 1% | - |
| XYZ | 67.15 | 85.77 | 79.35 | - |
| YUV | 228.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 218 | 0.29 | 0 | 0.14 | 0.00 | 150.41 | 0.97 | 0.85 |
| Hex | B5 | FE | DA | 1D | 0 | E | 0 | 96 | 61 | 55 |
| Octal | 265 | 376 | 332 | 35 | 0 | 16 | 0 | 226 | 141 | 125 |
| Binary | 10110101 | 11111110 | 11011010 | 11101 | 0 | 1110 | 0 | 10010110 | 1100001 | 1010101 |
Color Harmonies of #B5FEDA
Complementary color
Monochromatic Colors of #B5FEDA
Black with #B5FEDA
Text Example
Text Example
White with #B5FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FEDA; }
p { color: rgb(181,254,218); }
H1.HeaderClassName
{
color: #B5FEDA;
}
.AnyTagClassName
{
color: #B5FEDA;
}
</style>
background-color css
<style>
a { background-color: #B5FEDA; }
a { background-color: rgb(181,254,218); }
div.DivClassName
{
background-color: #B5FEDA;
}
.BgClassName
{
background-color: #B5FEDA;
}
</style>
border-color css
<style>
span { border-color: #B5FEDA; }
span { border-color: rgb(181,254,218); }
td.TdClassName
{
border-color: #B5FEDA;
}
.TagClassName
{
border-color: #B5FEDA;
}
</style>