Shades of Magic Mint #B5FFD3
Tints of Magic Mint #B5FFD3
RGB
CMYK
RGB Variations
Color information
#B5FFD3 (or 0xB5FFD3) is known color: Magic Mint. HEX triplet: B5, FF and D3. RGB value is (181,255,211). Sum of RGB (Red+Green+Blue) = 181+255+211=647 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.98% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFD3 is #4A002C. Grayscale: #E3E3E3. Windows color (decimal): -4849709 or 13893557. OLE color: 13893557.
HSL color Cylindrical-coordinate representation of color #B5FFD3: hue angle of 144.32º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFD3 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 211 | - |
| CMYK | 0.29 | 0 | 0.17 | 0 |
| HSL | 144.32º | 1% | 0.85% | - |
| HSV(B) | 144.32º | 0.29% | 1% | - |
| XYZ | 66.57 | 86.05 | 74.73 | - |
| YUV | 227.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 211 | 0.29 | 0 | 0.17 | 0 | 144.32 | 1 | 0.85 |
| Hex | B5 | FF | D3 | 1D | 0 | 11 | 0 | 90 | 64 | 55 |
| Octal | 265 | 377 | 323 | 35 | 0 | 21 | 0 | 220 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11010011 | 11101 | 0 | 10001 | 0 | 10010000 | 1100100 | 1010101 |
Color Harmonies of #B5FFD3
Complementary color
Monochromatic Colors of #B5FFD3
Black with #B5FFD3
Text Example
Text Example
White with #B5FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFD3; }
p { color: rgb(181,255,211); }
H1.HeaderClassName
{
color: #B5FFD3;
}
.AnyTagClassName
{
color: #B5FFD3;
}
</style>
background-color css
<style>
a { background-color: #B5FFD3; }
a { background-color: rgb(181,255,211); }
div.DivClassName
{
background-color: #B5FFD3;
}
.BgClassName
{
background-color: #B5FFD3;
}
</style>
border-color css
<style>
span { border-color: #B5FFD3; }
span { border-color: rgb(181,255,211); }
td.TdClassName
{
border-color: #B5FFD3;
}
.TagClassName
{
border-color: #B5FFD3;
}
</style>