Shades of Australian Mint #E7FDA1
Tints of Australian Mint #E7FDA1
RGB
CMYK
RGB Variations
Color information
#E7FDA1 (or 0xE7FDA1) is known color: Australian Mint. HEX triplet: E7, FD and A1. RGB value is (231,253,161). Sum of RGB (Red+Green+Blue) = 231+253+161=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 161 (63.28% from 255 or 24.96% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #E7FDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7FDA1 is #18025E. Grayscale: #ECECEC. Windows color (decimal): -1573471 or 10616295. OLE color: 10616295.
HSL color Cylindrical-coordinate representation of color #E7FDA1: hue angle of 74.35º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7FDA1 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 253 | 161 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.01 |
| HSL | 74.35º | 0.96% | 0.81% | - |
| HSV(B) | 74.35º | 0.36% | 0.99% | - |
| XYZ | 74.51 | 89.81 | 47.13 | - |
| YUV | 235.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 253 | 161 | 0.09 | 0 | 0.36 | 0.01 | 74.35 | 0.96 | 0.81 |
| Hex | E7 | FD | A1 | 9 | 0 | 24 | 1 | 4A | 60 | 51 |
| Octal | 347 | 375 | 241 | 11 | 0 | 44 | 1 | 112 | 140 | 121 |
| Binary | 11100111 | 11111101 | 10100001 | 1001 | 0 | 100100 | 1 | 1001010 | 1100000 | 1010001 |
Color Harmonies of #E7FDA1
Complementary color
Monochromatic Colors of #E7FDA1
Black with #E7FDA1
Text Example
Text Example
White with #E7FDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FDA1; }
p { color: rgb(231,253,161); }
H1.HeaderClassName
{
color: #E7FDA1;
}
.AnyTagClassName
{
color: #E7FDA1;
}
</style>
background-color css
<style>
a { background-color: #E7FDA1; }
a { background-color: rgb(231,253,161); }
div.DivClassName
{
background-color: #E7FDA1;
}
.BgClassName
{
background-color: #E7FDA1;
}
</style>
border-color css
<style>
span { border-color: #E7FDA1; }
span { border-color: rgb(231,253,161); }
td.TdClassName
{
border-color: #E7FDA1;
}
.TagClassName
{
border-color: #E7FDA1;
}
</style>