Shades of Australian Mint #E5F5AF
Tints of Australian Mint #E5F5AF
RGB
CMYK
RGB Variations
Color information
#E5F5AF (or 0xE5F5AF) is known color: Australian Mint. HEX triplet: E5, F5 and AF. RGB value is (229,245,175). Sum of RGB (Red+Green+Blue) = 229+245+175=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 245 - color contains mainly: green. Hex color #E5F5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F5AF is #1A0A50. Grayscale: #E8E8E8. Windows color (decimal): -1706577 or 11531749. OLE color: 11531749.
HSL color Cylindrical-coordinate representation of color #E5F5AF: hue angle of 73.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5F5AF is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 245 | 175 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.04 |
| HSL | 73.71º | 0.78% | 0.82% | - |
| HSV(B) | 73.71º | 0.29% | 0.96% | - |
| XYZ | 72.7 | 85.06 | 53.14 | - |
| YUV | 232.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 245 | 175 | 0.07 | 0 | 0.29 | 0.04 | 73.71 | 0.78 | 0.82 |
| Hex | E5 | F5 | AF | 7 | 0 | 1D | 4 | 4A | 4E | 52 |
| Octal | 345 | 365 | 257 | 7 | 0 | 35 | 4 | 112 | 116 | 122 |
| Binary | 11100101 | 11110101 | 10101111 | 111 | 0 | 11101 | 100 | 1001010 | 1001110 | 1010010 |
Color Harmonies of #E5F5AF
Complementary color
Monochromatic Colors of #E5F5AF
Black with #E5F5AF
Text Example
Text Example
White with #E5F5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F5AF; }
p { color: rgb(229,245,175); }
H1.HeaderClassName
{
color: #E5F5AF;
}
.AnyTagClassName
{
color: #E5F5AF;
}
</style>
background-color css
<style>
a { background-color: #E5F5AF; }
a { background-color: rgb(229,245,175); }
div.DivClassName
{
background-color: #E5F5AF;
}
.BgClassName
{
background-color: #E5F5AF;
}
</style>
border-color css
<style>
span { border-color: #E5F5AF; }
span { border-color: rgb(229,245,175); }
td.TdClassName
{
border-color: #E5F5AF;
}
.TagClassName
{
border-color: #E5F5AF;
}
</style>