Shades of Australian Mint #E7F5B4
Tints of Australian Mint #E7F5B4
RGB
CMYK
RGB Variations
Color information
#E7F5B4 (or 0xE7F5B4) is known color: Australian Mint. HEX triplet: E7, F5 and B4. RGB value is (231,245,180). Sum of RGB (Red+Green+Blue) = 231+245+180=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 180 (70.70% from 255 or 27.44% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #E7F5B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7F5B4 is #180A4B. Grayscale: #E9E9E9. Windows color (decimal): -1575500 or 11859431. OLE color: 11859431.
HSL color Cylindrical-coordinate representation of color #E7F5B4: hue angle of 72.92º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7F5B4 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 245 | 180 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.04 |
| HSL | 72.92º | 0.76% | 0.83% | - |
| HSV(B) | 72.92º | 0.27% | 0.96% | - |
| XYZ | 73.85 | 85.59 | 55.81 | - |
| YUV | 233.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 245 | 180 | 0.06 | 0 | 0.27 | 0.04 | 72.92 | 0.76 | 0.83 |
| Hex | E7 | F5 | B4 | 6 | 0 | 1B | 4 | 49 | 4C | 53 |
| Octal | 347 | 365 | 264 | 6 | 0 | 33 | 4 | 111 | 114 | 123 |
| Binary | 11100111 | 11110101 | 10110100 | 110 | 0 | 11011 | 100 | 1001001 | 1001100 | 1010011 |
Color Harmonies of #E7F5B4
Complementary color
Monochromatic Colors of #E7F5B4
Black with #E7F5B4
Text Example
Text Example
White with #E7F5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F5B4; }
p { color: rgb(231,245,180); }
H1.HeaderClassName
{
color: #E7F5B4;
}
.AnyTagClassName
{
color: #E7F5B4;
}
</style>
background-color css
<style>
a { background-color: #E7F5B4; }
a { background-color: rgb(231,245,180); }
div.DivClassName
{
background-color: #E7F5B4;
}
.BgClassName
{
background-color: #E7F5B4;
}
</style>
border-color css
<style>
span { border-color: #E7F5B4; }
span { border-color: rgb(231,245,180); }
td.TdClassName
{
border-color: #E7F5B4;
}
.TagClassName
{
border-color: #E7F5B4;
}
</style>