Shades of Australian Mint #E8F4B0
Tints of Australian Mint #E8F4B0
RGB
CMYK
RGB Variations
Color information
#E8F4B0 (or 0xE8F4B0) is known color: Australian Mint. HEX triplet: E8, F4 and B0. RGB value is (232,244,176). Sum of RGB (Red+Green+Blue) = 232+244+176=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 176 (69.14% from 255 or 26.99% from 652); Max value from RGB is 244 - color contains mainly: green. Hex color #E8F4B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F4B0 is #170B4F. Grayscale: #E8E8E8. Windows color (decimal): -1510224 or 11597032. OLE color: 11597032.
HSL color Cylindrical-coordinate representation of color #E8F4B0: hue angle of 70.59º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8F4B0 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 244 | 176 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.04 |
| HSL | 70.59º | 0.76% | 0.82% | - |
| HSV(B) | 70.59º | 0.28% | 0.96% | - |
| XYZ | 73.47 | 84.99 | 53.61 | - |
| YUV | 232.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 244 | 176 | 0.05 | 0 | 0.28 | 0.04 | 70.59 | 0.76 | 0.82 |
| Hex | E8 | F4 | B0 | 5 | 0 | 1C | 4 | 47 | 4C | 52 |
| Octal | 350 | 364 | 260 | 5 | 0 | 34 | 4 | 107 | 114 | 122 |
| Binary | 11101000 | 11110100 | 10110000 | 101 | 0 | 11100 | 100 | 1000111 | 1001100 | 1010010 |
Color Harmonies of #E8F4B0
Complementary color
Monochromatic Colors of #E8F4B0
Black with #E8F4B0
Text Example
Text Example
White with #E8F4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F4B0; }
p { color: rgb(232,244,176); }
H1.HeaderClassName
{
color: #E8F4B0;
}
.AnyTagClassName
{
color: #E8F4B0;
}
</style>
background-color css
<style>
a { background-color: #E8F4B0; }
a { background-color: rgb(232,244,176); }
div.DivClassName
{
background-color: #E8F4B0;
}
.BgClassName
{
background-color: #E8F4B0;
}
</style>
border-color css
<style>
span { border-color: #E8F4B0; }
span { border-color: rgb(232,244,176); }
td.TdClassName
{
border-color: #E8F4B0;
}
.TagClassName
{
border-color: #E8F4B0;
}
</style>