Shades of Australian Mint #E5F3B1
Tints of Australian Mint #E5F3B1
RGB
CMYK
RGB Variations
Color information
#E5F3B1 (or 0xE5F3B1) is known color: Australian Mint. HEX triplet: E5, F3 and B1. RGB value is (229,243,177). Sum of RGB (Red+Green+Blue) = 229+243+177=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 177 (69.53% from 255 or 27.27% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F3B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F3B1 is #1A0C4E. Grayscale: #E7E7E7. Windows color (decimal): -1707087 or 11662309. OLE color: 11662309.
HSL color Cylindrical-coordinate representation of color #E5F3B1: hue angle of 72.73º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5F3B1 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 243 | 177 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.05 |
| HSL | 72.73º | 0.73% | 0.82% | - |
| HSV(B) | 72.73º | 0.27% | 0.95% | - |
| XYZ | 72.3 | 83.93 | 53.99 | - |
| YUV | 231.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 243 | 177 | 0.06 | 0 | 0.27 | 0.05 | 72.73 | 0.73 | 0.82 |
| Hex | E5 | F3 | B1 | 6 | 0 | 1B | 5 | 49 | 49 | 52 |
| Octal | 345 | 363 | 261 | 6 | 0 | 33 | 5 | 111 | 111 | 122 |
| Binary | 11100101 | 11110011 | 10110001 | 110 | 0 | 11011 | 101 | 1001001 | 1001001 | 1010010 |
Color Harmonies of #E5F3B1
Complementary color
Monochromatic Colors of #E5F3B1
Black with #E5F3B1
Text Example
Text Example
White with #E5F3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F3B1; }
p { color: rgb(229,243,177); }
H1.HeaderClassName
{
color: #E5F3B1;
}
.AnyTagClassName
{
color: #E5F3B1;
}
</style>
background-color css
<style>
a { background-color: #E5F3B1; }
a { background-color: rgb(229,243,177); }
div.DivClassName
{
background-color: #E5F3B1;
}
.BgClassName
{
background-color: #E5F3B1;
}
</style>
border-color css
<style>
span { border-color: #E5F3B1; }
span { border-color: rgb(229,243,177); }
td.TdClassName
{
border-color: #E5F3B1;
}
.TagClassName
{
border-color: #E5F3B1;
}
</style>