Shades of Australian Mint #E2FDB0
Tints of Australian Mint #E2FDB0
RGB
CMYK
RGB Variations
Color information
#E2FDB0 (or 0xE2FDB0) is known color: Australian Mint. HEX triplet: E2, FD and B0. RGB value is (226,253,176). Sum of RGB (Red+Green+Blue) = 226+253+176=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 176 (69.14% from 255 or 26.87% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FDB0 is #1D024F. Grayscale: #ECECEC. Windows color (decimal): -1901136 or 11599330. OLE color: 11599330.
HSL color Cylindrical-coordinate representation of color #E2FDB0: hue angle of 81.04º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2FDB0 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 176 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.01 |
| HSL | 81.04º | 0.95% | 0.84% | - |
| HSV(B) | 81.04º | 0.3% | 0.99% | - |
| XYZ | 74.33 | 89.55 | 54.44 | - |
| YUV | 236.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 176 | 0.11 | 0 | 0.30 | 0.01 | 81.04 | 0.95 | 0.84 |
| Hex | E2 | FD | B0 | B | 0 | 1E | 1 | 51 | 5F | 54 |
| Octal | 342 | 375 | 260 | 13 | 0 | 36 | 1 | 121 | 137 | 124 |
| Binary | 11100010 | 11111101 | 10110000 | 1011 | 0 | 11110 | 1 | 1010001 | 1011111 | 1010100 |
Color Harmonies of #E2FDB0
Complementary color
Monochromatic Colors of #E2FDB0
Black with #E2FDB0
Text Example
Text Example
White with #E2FDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FDB0; }
p { color: rgb(226,253,176); }
H1.HeaderClassName
{
color: #E2FDB0;
}
.AnyTagClassName
{
color: #E2FDB0;
}
</style>
background-color css
<style>
a { background-color: #E2FDB0; }
a { background-color: rgb(226,253,176); }
div.DivClassName
{
background-color: #E2FDB0;
}
.BgClassName
{
background-color: #E2FDB0;
}
</style>
border-color css
<style>
span { border-color: #E2FDB0; }
span { border-color: rgb(226,253,176); }
td.TdClassName
{
border-color: #E2FDB0;
}
.TagClassName
{
border-color: #E2FDB0;
}
</style>