Shades of Magic Mint #B5F7D3
Tints of Magic Mint #B5F7D3
RGB
CMYK
RGB Variations
Color information
#B5F7D3 (or 0xB5F7D3) is known color: Magic Mint. HEX triplet: B5, F7 and D3. RGB value is (181,247,211). Sum of RGB (Red+Green+Blue) = 181+247+211=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F7D3 is #4A082C. Grayscale: #DFDFDF. Windows color (decimal): -4851757 or 13891509. OLE color: 13891509.
HSL color Cylindrical-coordinate representation of color #B5F7D3: hue angle of 147.27º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F7D3 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 247 | 211 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.03 |
| HSL | 147.27º | 0.8% | 0.84% | - |
| HSV(B) | 147.27º | 0.27% | 0.97% | - |
| XYZ | 64.07 | 81.05 | 73.89 | - |
| YUV | 223.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 247 | 211 | 0.27 | 0 | 0.15 | 0.03 | 147.27 | 0.8 | 0.84 |
| Hex | B5 | F7 | D3 | 1B | 0 | F | 3 | 93 | 50 | 54 |
| Octal | 265 | 367 | 323 | 33 | 0 | 17 | 3 | 223 | 120 | 124 |
| Binary | 10110101 | 11110111 | 11010011 | 11011 | 0 | 1111 | 11 | 10010011 | 1010000 | 1010100 |
Color Harmonies of #B5F7D3
Complementary color
Monochromatic Colors of #B5F7D3
Black with #B5F7D3
Text Example
Text Example
White with #B5F7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F7D3; }
p { color: rgb(181,247,211); }
H1.HeaderClassName
{
color: #B5F7D3;
}
.AnyTagClassName
{
color: #B5F7D3;
}
</style>
background-color css
<style>
a { background-color: #B5F7D3; }
a { background-color: rgb(181,247,211); }
div.DivClassName
{
background-color: #B5F7D3;
}
.BgClassName
{
background-color: #B5F7D3;
}
</style>
border-color css
<style>
span { border-color: #B5F7D3; }
span { border-color: rgb(181,247,211); }
td.TdClassName
{
border-color: #B5F7D3;
}
.TagClassName
{
border-color: #B5F7D3;
}
</style>