Shades of Australian Mint #E1FEB0
Tints of Australian Mint #E1FEB0
RGB
CMYK
RGB Variations
Color information
#E1FEB0 (or 0xE1FEB0) is known color: Australian Mint. HEX triplet: E1, FE and B0. RGB value is (225,254,176). Sum of RGB (Red+Green+Blue) = 225+254+176=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 176 (69.14% from 255 or 26.87% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FEB0 is #1E014F. Grayscale: #ECECEC. Windows color (decimal): -1966416 or 11599585. OLE color: 11599585.
HSL color Cylindrical-coordinate representation of color #E1FEB0: hue angle of 82.31º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1FEB0 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 176 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.00 |
| HSL | 82.31º | 0.98% | 0.84% | - |
| HSV(B) | 82.31º | 0.31% | 1% | - |
| XYZ | 74.33 | 90.03 | 54.53 | - |
| YUV | 236.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 176 | 0.11 | 0 | 0.31 | 0.00 | 82.31 | 0.98 | 0.84 |
| Hex | E1 | FE | B0 | B | 0 | 1F | 0 | 52 | 62 | 54 |
| Octal | 341 | 376 | 260 | 13 | 0 | 37 | 0 | 122 | 142 | 124 |
| Binary | 11100001 | 11111110 | 10110000 | 1011 | 0 | 11111 | 0 | 1010010 | 1100010 | 1010100 |
Color Harmonies of #E1FEB0
Complementary color
Monochromatic Colors of #E1FEB0
Black with #E1FEB0
Text Example
Text Example
White with #E1FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FEB0; }
p { color: rgb(225,254,176); }
H1.HeaderClassName
{
color: #E1FEB0;
}
.AnyTagClassName
{
color: #E1FEB0;
}
</style>
background-color css
<style>
a { background-color: #E1FEB0; }
a { background-color: rgb(225,254,176); }
div.DivClassName
{
background-color: #E1FEB0;
}
.BgClassName
{
background-color: #E1FEB0;
}
</style>
border-color css
<style>
span { border-color: #E1FEB0; }
span { border-color: rgb(225,254,176); }
td.TdClassName
{
border-color: #E1FEB0;
}
.TagClassName
{
border-color: #E1FEB0;
}
</style>