Shades of Australian Mint #E5FDAA
Tints of Australian Mint #E5FDAA
RGB
CMYK
RGB Variations
Color information
#E5FDAA (or 0xE5FDAA) is known color: Australian Mint. HEX triplet: E5, FD and AA. RGB value is (229,253,170). Sum of RGB (Red+Green+Blue) = 229+253+170=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 170 (66.80% from 255 or 26.07% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FDAA is #1A0255. Grayscale: #ECECEC. Windows color (decimal): -1704534 or 11206117. OLE color: 11206117.
HSL color Cylindrical-coordinate representation of color #E5FDAA: hue angle of 77.35º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5FDAA is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 253 | 170 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.01 |
| HSL | 77.35º | 0.95% | 0.83% | - |
| HSV(B) | 77.35º | 0.33% | 0.99% | - |
| XYZ | 74.69 | 89.81 | 51.43 | - |
| YUV | 236.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 253 | 170 | 0.09 | 0 | 0.33 | 0.01 | 77.35 | 0.95 | 0.83 |
| Hex | E5 | FD | AA | 9 | 0 | 21 | 1 | 4D | 5F | 53 |
| Octal | 345 | 375 | 252 | 11 | 0 | 41 | 1 | 115 | 137 | 123 |
| Binary | 11100101 | 11111101 | 10101010 | 1001 | 0 | 100001 | 1 | 1001101 | 1011111 | 1010011 |
Color Harmonies of #E5FDAA
Complementary color
Monochromatic Colors of #E5FDAA
Black with #E5FDAA
Text Example
Text Example
White with #E5FDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FDAA; }
p { color: rgb(229,253,170); }
H1.HeaderClassName
{
color: #E5FDAA;
}
.AnyTagClassName
{
color: #E5FDAA;
}
</style>
background-color css
<style>
a { background-color: #E5FDAA; }
a { background-color: rgb(229,253,170); }
div.DivClassName
{
background-color: #E5FDAA;
}
.BgClassName
{
background-color: #E5FDAA;
}
</style>
border-color css
<style>
span { border-color: #E5FDAA; }
span { border-color: rgb(229,253,170); }
td.TdClassName
{
border-color: #E5FDAA;
}
.TagClassName
{
border-color: #E5FDAA;
}
</style>