Shades of Australian Mint #E5FBAA
Tints of Australian Mint #E5FBAA
RGB
CMYK
RGB Variations
Color information
#E5FBAA (or 0xE5FBAA) is known color: Australian Mint. HEX triplet: E5, FB and AA. RGB value is (229,251,170). Sum of RGB (Red+Green+Blue) = 229+251+170=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #E5FBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FBAA is #1A0455. Grayscale: #EBEBEB. Windows color (decimal): -1705046 or 11205605. OLE color: 11205605.
HSL color Cylindrical-coordinate representation of color #E5FBAA: hue angle of 76.3º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5FBAA is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 251 | 170 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.02 |
| HSL | 76.3º | 0.91% | 0.83% | - |
| HSV(B) | 76.3º | 0.32% | 0.98% | - |
| XYZ | 74.07 | 88.55 | 51.22 | - |
| YUV | 235.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 251 | 170 | 0.09 | 0 | 0.32 | 0.02 | 76.3 | 0.91 | 0.83 |
| Hex | E5 | FB | AA | 9 | 0 | 20 | 2 | 4C | 5B | 53 |
| Octal | 345 | 373 | 252 | 11 | 0 | 40 | 2 | 114 | 133 | 123 |
| Binary | 11100101 | 11111011 | 10101010 | 1001 | 0 | 100000 | 10 | 1001100 | 1011011 | 1010011 |
Color Harmonies of #E5FBAA
Complementary color
Monochromatic Colors of #E5FBAA
Black with #E5FBAA
Text Example
Text Example
White with #E5FBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FBAA; }
p { color: rgb(229,251,170); }
H1.HeaderClassName
{
color: #E5FBAA;
}
.AnyTagClassName
{
color: #E5FBAA;
}
</style>
background-color css
<style>
a { background-color: #E5FBAA; }
a { background-color: rgb(229,251,170); }
div.DivClassName
{
background-color: #E5FBAA;
}
.BgClassName
{
background-color: #E5FBAA;
}
</style>
border-color css
<style>
span { border-color: #E5FBAA; }
span { border-color: rgb(229,251,170); }
td.TdClassName
{
border-color: #E5FBAA;
}
.TagClassName
{
border-color: #E5FBAA;
}
</style>