Shades of Magic Mint #B4FFCD
Tints of Magic Mint #B4FFCD
RGB
CMYK
RGB Variations
Color information
#B4FFCD (or 0xB4FFCD) is known color: Magic Mint. HEX triplet: B4, FF and CD. RGB value is (180,255,205). Sum of RGB (Red+Green+Blue) = 180+255+205=640 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.12% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFCD is #4B0032. Grayscale: #E3E3E3. Windows color (decimal): -4915251 or 13500340. OLE color: 13500340.
HSL color Cylindrical-coordinate representation of color #B4FFCD: hue angle of 140º 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 #B4FFCD is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 205 | - |
| CMYK | 0.29 | 0 | 0.20 | 0 |
| HSL | 140º | 1% | 0.85% | - |
| HSV(B) | 140º | 0.29% | 1% | - |
| XYZ | 65.6 | 85.63 | 70.83 | - |
| YUV | 226.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 205 | 0.29 | 0 | 0.20 | 0 | 140 | 1 | 0.85 |
| Hex | B4 | FF | CD | 1D | 0 | 14 | 0 | 8C | 64 | 55 |
| Octal | 264 | 377 | 315 | 35 | 0 | 24 | 0 | 214 | 144 | 125 |
| Binary | 10110100 | 11111111 | 11001101 | 11101 | 0 | 10100 | 0 | 10001100 | 1100100 | 1010101 |
Color Harmonies of #B4FFCD
Complementary color
Monochromatic Colors of #B4FFCD
Black with #B4FFCD
Text Example
Text Example
White with #B4FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFCD; }
p { color: rgb(180,255,205); }
H1.HeaderClassName
{
color: #B4FFCD;
}
.AnyTagClassName
{
color: #B4FFCD;
}
</style>
background-color css
<style>
a { background-color: #B4FFCD; }
a { background-color: rgb(180,255,205); }
div.DivClassName
{
background-color: #B4FFCD;
}
.BgClassName
{
background-color: #B4FFCD;
}
</style>
border-color css
<style>
span { border-color: #B4FFCD; }
span { border-color: rgb(180,255,205); }
td.TdClassName
{
border-color: #B4FFCD;
}
.TagClassName
{
border-color: #B4FFCD;
}
</style>