Shades of Australian Mint #E5FCB1
Tints of Australian Mint #E5FCB1
RGB
CMYK
RGB Variations
Color information
#E5FCB1 (or 0xE5FCB1) is known color: Australian Mint. HEX triplet: E5, FC and B1. RGB value is (229,252,177). Sum of RGB (Red+Green+Blue) = 229+252+177=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 177 (69.53% from 255 or 26.90% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #E5FCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FCB1 is #1A034E. Grayscale: #ECECEC. Windows color (decimal): -1704783 or 11664613. OLE color: 11664613.
HSL color Cylindrical-coordinate representation of color #E5FCB1: hue angle of 78.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5FCB1 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 252 | 177 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.01 |
| HSL | 78.4º | 0.93% | 0.84% | - |
| HSV(B) | 78.4º | 0.3% | 0.99% | - |
| XYZ | 75.06 | 89.45 | 54.91 | - |
| YUV | 236.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 252 | 177 | 0.09 | 0 | 0.30 | 0.01 | 78.4 | 0.93 | 0.84 |
| Hex | E5 | FC | B1 | 9 | 0 | 1E | 1 | 4E | 5D | 54 |
| Octal | 345 | 374 | 261 | 11 | 0 | 36 | 1 | 116 | 135 | 124 |
| Binary | 11100101 | 11111100 | 10110001 | 1001 | 0 | 11110 | 1 | 1001110 | 1011101 | 1010100 |
Color Harmonies of #E5FCB1
Complementary color
Monochromatic Colors of #E5FCB1
Black with #E5FCB1
Text Example
Text Example
White with #E5FCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FCB1; }
p { color: rgb(229,252,177); }
H1.HeaderClassName
{
color: #E5FCB1;
}
.AnyTagClassName
{
color: #E5FCB1;
}
</style>
background-color css
<style>
a { background-color: #E5FCB1; }
a { background-color: rgb(229,252,177); }
div.DivClassName
{
background-color: #E5FCB1;
}
.BgClassName
{
background-color: #E5FCB1;
}
</style>
border-color css
<style>
span { border-color: #E5FCB1; }
span { border-color: rgb(229,252,177); }
td.TdClassName
{
border-color: #E5FCB1;
}
.TagClassName
{
border-color: #E5FCB1;
}
</style>