Shades of Magic Mint #B5FECC
Tints of Magic Mint #B5FECC
RGB
CMYK
RGB Variations
Color information
#B5FECC (or 0xB5FECC) is known color: Magic Mint. HEX triplet: B5, FE and CC. RGB value is (181,254,204). Sum of RGB (Red+Green+Blue) = 181+254+204=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FECC is #4A0133. Grayscale: #E2E2E2. Windows color (decimal): -4849972 or 13434549. OLE color: 13434549.
HSL color Cylindrical-coordinate representation of color #B5FECC: hue angle of 138.9º 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 #B5FECC is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 181 | 254 | 204 | - |
CMYK | 0.29 | 0 | 0.20 | 0.00 |
HSL | 138.9º | 0.97% | 0.85% | - |
HSV(B) | 138.9º | 0.29% | 1% | - |
XYZ | 65.4 | 85.07 | 70.1 | - |
YUV | 226.47 | 115.32 | 95.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 254 | 204 | 0.29 | 0 | 0.20 | 0.00 | 138.9 | 0.97 | 0.85 |
Hex | B5 | FE | CC | 1D | 0 | 14 | 0 | 8B | 61 | 55 |
Octal | 265 | 376 | 314 | 35 | 0 | 24 | 0 | 213 | 141 | 125 |
Binary | 10110101 | 11111110 | 11001100 | 11101 | 0 | 10100 | 0 | 10001011 | 1100001 | 1010101 |
Color Harmonies of #B5FECC
Complementary color
Monochromatic Colors of #B5FECC
Black with #B5FECC
Text Example
Text Example
White with #B5FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FECC; }
p { color: rgb(181,254,204); }
H1.HeaderClassName
{
color: #B5FECC;
}
.AnyTagClassName
{
color: #B5FECC;
}
</style>
background-color css
<style>
a { background-color: #B5FECC; }
a { background-color: rgb(181,254,204); }
div.DivClassName
{
background-color: #B5FECC;
}
.BgClassName
{
background-color: #B5FECC;
}
</style>
border-color css
<style>
span { border-color: #B5FECC; }
span { border-color: rgb(181,254,204); }
td.TdClassName
{
border-color: #B5FECC;
}
.TagClassName
{
border-color: #B5FECC;
}
</style>