Shades of Australian Mint #E7F3B2
Tints of Australian Mint #E7F3B2
RGB
CMYK
RGB Variations
Color information
#E7F3B2 (or 0xE7F3B2) is known color: Australian Mint. HEX triplet: E7, F3 and B2. RGB value is (231,243,178). Sum of RGB (Red+Green+Blue) = 231+243+178=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #E7F3B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7F3B2 is #180C4D. Grayscale: #E8E8E8. Windows color (decimal): -1576014 or 11727847. OLE color: 11727847.
HSL color Cylindrical-coordinate representation of color #E7F3B2: hue angle of 71.08º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7F3B2 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 243 | 178 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.05 |
| HSL | 71.08º | 0.73% | 0.83% | - |
| HSV(B) | 71.08º | 0.27% | 0.95% | - |
| XYZ | 73.04 | 84.3 | 54.54 | - |
| YUV | 232 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 243 | 178 | 0.05 | 0 | 0.27 | 0.05 | 71.08 | 0.73 | 0.83 |
| Hex | E7 | F3 | B2 | 5 | 0 | 1B | 5 | 47 | 49 | 53 |
| Octal | 347 | 363 | 262 | 5 | 0 | 33 | 5 | 107 | 111 | 123 |
| Binary | 11100111 | 11110011 | 10110010 | 101 | 0 | 11011 | 101 | 1000111 | 1001001 | 1010011 |
Color Harmonies of #E7F3B2
Complementary color
Monochromatic Colors of #E7F3B2
Black with #E7F3B2
Text Example
Text Example
White with #E7F3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F3B2; }
p { color: rgb(231,243,178); }
H1.HeaderClassName
{
color: #E7F3B2;
}
.AnyTagClassName
{
color: #E7F3B2;
}
</style>
background-color css
<style>
a { background-color: #E7F3B2; }
a { background-color: rgb(231,243,178); }
div.DivClassName
{
background-color: #E7F3B2;
}
.BgClassName
{
background-color: #E7F3B2;
}
</style>
border-color css
<style>
span { border-color: #E7F3B2; }
span { border-color: rgb(231,243,178); }
td.TdClassName
{
border-color: #E7F3B2;
}
.TagClassName
{
border-color: #E7F3B2;
}
</style>