Shades of Australian Mint #E5FBB1
Tints of Australian Mint #E5FBB1
RGB
CMYK
RGB Variations
Color information
#E5FBB1 (or 0xE5FBB1) is known color: Australian Mint. HEX triplet: E5, FB and B1. RGB value is (229,251,177). Sum of RGB (Red+Green+Blue) = 229+251+177=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 177 (69.53% from 255 or 26.94% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #E5FBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FBB1 is #1A044E. Grayscale: #ECECEC. Windows color (decimal): -1705039 or 11664357. OLE color: 11664357.
HSL color Cylindrical-coordinate representation of color #E5FBB1: hue angle of 77.84º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5FBB1 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 251 | 177 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.02 |
| HSL | 77.84º | 0.9% | 0.84% | - |
| HSV(B) | 77.84º | 0.29% | 0.98% | - |
| XYZ | 74.75 | 88.83 | 54.8 | - |
| YUV | 235.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 251 | 177 | 0.09 | 0 | 0.29 | 0.02 | 77.84 | 0.9 | 0.84 |
| Hex | E5 | FB | B1 | 9 | 0 | 1D | 2 | 4E | 5A | 54 |
| Octal | 345 | 373 | 261 | 11 | 0 | 35 | 2 | 116 | 132 | 124 |
| Binary | 11100101 | 11111011 | 10110001 | 1001 | 0 | 11101 | 10 | 1001110 | 1011010 | 1010100 |
Color Harmonies of #E5FBB1
Complementary color
Monochromatic Colors of #E5FBB1
Black with #E5FBB1
Text Example
Text Example
White with #E5FBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FBB1; }
p { color: rgb(229,251,177); }
H1.HeaderClassName
{
color: #E5FBB1;
}
.AnyTagClassName
{
color: #E5FBB1;
}
</style>
background-color css
<style>
a { background-color: #E5FBB1; }
a { background-color: rgb(229,251,177); }
div.DivClassName
{
background-color: #E5FBB1;
}
.BgClassName
{
background-color: #E5FBB1;
}
</style>
border-color css
<style>
span { border-color: #E5FBB1; }
span { border-color: rgb(229,251,177); }
td.TdClassName
{
border-color: #E5FBB1;
}
.TagClassName
{
border-color: #E5FBB1;
}
</style>