Shades of Australian Mint #E8FDA4
Tints of Australian Mint #E8FDA4
RGB
CMYK
RGB Variations
Color information
#E8FDA4 (or 0xE8FDA4) is known color: Australian Mint. HEX triplet: E8, FD and A4. RGB value is (232,253,164). Sum of RGB (Red+Green+Blue) = 232+253+164=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 164 (64.45% from 255 or 25.27% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #E8FDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FDA4 is #17025B. Grayscale: #ECECEC. Windows color (decimal): -1507932 or 10812904. OLE color: 10812904.
HSL color Cylindrical-coordinate representation of color #E8FDA4: hue angle of 74.16º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E8FDA4 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 253 | 164 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.01 |
| HSL | 74.16º | 0.96% | 0.82% | - |
| HSV(B) | 74.16º | 0.35% | 0.99% | - |
| XYZ | 75.1 | 90.09 | 48.55 | - |
| YUV | 236.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 253 | 164 | 0.08 | 0 | 0.35 | 0.01 | 74.16 | 0.96 | 0.82 |
| Hex | E8 | FD | A4 | 8 | 0 | 23 | 1 | 4A | 60 | 52 |
| Octal | 350 | 375 | 244 | 10 | 0 | 43 | 1 | 112 | 140 | 122 |
| Binary | 11101000 | 11111101 | 10100100 | 1000 | 0 | 100011 | 1 | 1001010 | 1100000 | 1010010 |
Color Harmonies of #E8FDA4
Complementary color
Monochromatic Colors of #E8FDA4
Black with #E8FDA4
Text Example
Text Example
White with #E8FDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FDA4; }
p { color: rgb(232,253,164); }
H1.HeaderClassName
{
color: #E8FDA4;
}
.AnyTagClassName
{
color: #E8FDA4;
}
</style>
background-color css
<style>
a { background-color: #E8FDA4; }
a { background-color: rgb(232,253,164); }
div.DivClassName
{
background-color: #E8FDA4;
}
.BgClassName
{
background-color: #E8FDA4;
}
</style>
border-color css
<style>
span { border-color: #E8FDA4; }
span { border-color: rgb(232,253,164); }
td.TdClassName
{
border-color: #E8FDA4;
}
.TagClassName
{
border-color: #E8FDA4;
}
</style>