Shades of Australian Mint #E1FFB0
Tints of Australian Mint #E1FFB0
RGB
CMYK
RGB Variations
Color information
#E1FFB0 (or 0xE1FFB0) is known color: Australian Mint. HEX triplet: E1, FF and B0. RGB value is (225,255,176). Sum of RGB (Red+Green+Blue) = 225+255+176=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 176 (69.14% from 255 or 26.83% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FFB0 is #1E004F. Grayscale: #EDEDED. Windows color (decimal): -1966160 or 11599841. OLE color: 11599841.
HSL color Cylindrical-coordinate representation of color #E1FFB0: hue angle of 82.78º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1FFB0 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 176 | - |
| CMYK | 0.12 | 0 | 0.31 | 0 |
| HSL | 82.78º | 1% | 0.85% | - |
| HSV(B) | 82.78º | 0.31% | 1% | - |
| XYZ | 74.65 | 90.66 | 54.64 | - |
| YUV | 237.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 176 | 0.12 | 0 | 0.31 | 0 | 82.78 | 1 | 0.85 |
| Hex | E1 | FF | B0 | C | 0 | 1F | 0 | 53 | 64 | 55 |
| Octal | 341 | 377 | 260 | 14 | 0 | 37 | 0 | 123 | 144 | 125 |
| Binary | 11100001 | 11111111 | 10110000 | 1100 | 0 | 11111 | 0 | 1010011 | 1100100 | 1010101 |
Color Harmonies of #E1FFB0
Complementary color
Monochromatic Colors of #E1FFB0
Black with #E1FFB0
Text Example
Text Example
White with #E1FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFB0; }
p { color: rgb(225,255,176); }
H1.HeaderClassName
{
color: #E1FFB0;
}
.AnyTagClassName
{
color: #E1FFB0;
}
</style>
background-color css
<style>
a { background-color: #E1FFB0; }
a { background-color: rgb(225,255,176); }
div.DivClassName
{
background-color: #E1FFB0;
}
.BgClassName
{
background-color: #E1FFB0;
}
</style>
border-color css
<style>
span { border-color: #E1FFB0; }
span { border-color: rgb(225,255,176); }
td.TdClassName
{
border-color: #E1FFB0;
}
.TagClassName
{
border-color: #E1FFB0;
}
</style>