Shades of Australian Mint #E5FFB2
Tints of Australian Mint #E5FFB2
RGB
CMYK
RGB Variations
Color information
#E5FFB2 (or 0xE5FFB2) is known color: Australian Mint. HEX triplet: E5, FF and B2. RGB value is (229,255,178). Sum of RGB (Red+Green+Blue) = 229+255+178=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 178 (69.92% from 255 or 26.89% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FFB2 is #1A004D. Grayscale: #EEEEEE. Windows color (decimal): -1704014 or 11730917. OLE color: 11730917.
HSL color Cylindrical-coordinate representation of color #E5FFB2: hue angle of 80.26º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5FFB2 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 178 | - |
| CMYK | 0.10 | 0 | 0.30 | 0 |
| HSL | 80.26º | 1% | 0.85% | - |
| HSV(B) | 80.26º | 0.3% | 1% | - |
| XYZ | 76.11 | 91.39 | 55.75 | - |
| YUV | 238.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 178 | 0.10 | 0 | 0.30 | 0 | 80.26 | 1 | 0.85 |
| Hex | E5 | FF | B2 | A | 0 | 1E | 0 | 50 | 64 | 55 |
| Octal | 345 | 377 | 262 | 12 | 0 | 36 | 0 | 120 | 144 | 125 |
| Binary | 11100101 | 11111111 | 10110010 | 1010 | 0 | 11110 | 0 | 1010000 | 1100100 | 1010101 |
Color Harmonies of #E5FFB2
Complementary color
Monochromatic Colors of #E5FFB2
Black with #E5FFB2
Text Example
Text Example
White with #E5FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FFB2; }
p { color: rgb(229,255,178); }
H1.HeaderClassName
{
color: #E5FFB2;
}
.AnyTagClassName
{
color: #E5FFB2;
}
</style>
background-color css
<style>
a { background-color: #E5FFB2; }
a { background-color: rgb(229,255,178); }
div.DivClassName
{
background-color: #E5FFB2;
}
.BgClassName
{
background-color: #E5FFB2;
}
</style>
border-color css
<style>
span { border-color: #E5FFB2; }
span { border-color: rgb(229,255,178); }
td.TdClassName
{
border-color: #E5FFB2;
}
.TagClassName
{
border-color: #E5FFB2;
}
</style>