Shades of Australian Mint #E4FFAF
Tints of Australian Mint #E4FFAF
RGB
CMYK
RGB Variations
Color information
#E4FFAF (or 0xE4FFAF) is known color: Australian Mint. HEX triplet: E4, FF and AF. RGB value is (228,255,175). Sum of RGB (Red+Green+Blue) = 228+255+175=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FFAF is #1B0050. Grayscale: #EEEEEE. Windows color (decimal): -1769553 or 11534308. OLE color: 11534308.
HSL color Cylindrical-coordinate representation of color #E4FFAF: hue angle of 80.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E4FFAF is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 175 | - |
| CMYK | 0.11 | 0 | 0.31 | 0 |
| HSL | 80.25º | 1% | 0.84% | - |
| HSV(B) | 80.25º | 0.31% | 1% | - |
| XYZ | 75.49 | 91.11 | 54.16 | - |
| YUV | 237.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 175 | 0.11 | 0 | 0.31 | 0 | 80.25 | 1 | 0.84 |
| Hex | E4 | FF | AF | B | 0 | 1F | 0 | 50 | 64 | 54 |
| Octal | 344 | 377 | 257 | 13 | 0 | 37 | 0 | 120 | 144 | 124 |
| Binary | 11100100 | 11111111 | 10101111 | 1011 | 0 | 11111 | 0 | 1010000 | 1100100 | 1010100 |
Color Harmonies of #E4FFAF
Complementary color
Monochromatic Colors of #E4FFAF
Black with #E4FFAF
Text Example
Text Example
White with #E4FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FFAF; }
p { color: rgb(228,255,175); }
H1.HeaderClassName
{
color: #E4FFAF;
}
.AnyTagClassName
{
color: #E4FFAF;
}
</style>
background-color css
<style>
a { background-color: #E4FFAF; }
a { background-color: rgb(228,255,175); }
div.DivClassName
{
background-color: #E4FFAF;
}
.BgClassName
{
background-color: #E4FFAF;
}
</style>
border-color css
<style>
span { border-color: #E4FFAF; }
span { border-color: rgb(228,255,175); }
td.TdClassName
{
border-color: #E4FFAF;
}
.TagClassName
{
border-color: #E4FFAF;
}
</style>