Shades of Australian Mint #E1F1B3
Tints of Australian Mint #E1F1B3
RGB
CMYK
RGB Variations
Color information
#E1F1B3 (or 0xE1F1B3) is known color: Australian Mint. HEX triplet: E1, F1 and B3. RGB value is (225,241,179). Sum of RGB (Red+Green+Blue) = 225+241+179=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 179 (70.31% from 255 or 27.75% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F1B3 is #1E0E4C. Grayscale: #E5E5E5. Windows color (decimal): -1969741 or 11792865. OLE color: 11792865.
HSL color Cylindrical-coordinate representation of color #E1F1B3: hue angle of 75.48º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1F1B3 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 179 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.05 |
| HSL | 75.48º | 0.69% | 0.82% | - |
| HSV(B) | 75.48º | 0.26% | 0.95% | - |
| XYZ | 70.64 | 82.17 | 54.79 | - |
| YUV | 229.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 179 | 0.07 | 0 | 0.26 | 0.05 | 75.48 | 0.69 | 0.82 |
| Hex | E1 | F1 | B3 | 7 | 0 | 1A | 5 | 4B | 45 | 52 |
| Octal | 341 | 361 | 263 | 7 | 0 | 32 | 5 | 113 | 105 | 122 |
| Binary | 11100001 | 11110001 | 10110011 | 111 | 0 | 11010 | 101 | 1001011 | 1000101 | 1010010 |
Color Harmonies of #E1F1B3
Complementary color
Monochromatic Colors of #E1F1B3
Black with #E1F1B3
Text Example
Text Example
White with #E1F1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F1B3; }
p { color: rgb(225,241,179); }
H1.HeaderClassName
{
color: #E1F1B3;
}
.AnyTagClassName
{
color: #E1F1B3;
}
</style>
background-color css
<style>
a { background-color: #E1F1B3; }
a { background-color: rgb(225,241,179); }
div.DivClassName
{
background-color: #E1F1B3;
}
.BgClassName
{
background-color: #E1F1B3;
}
</style>
border-color css
<style>
span { border-color: #E1F1B3; }
span { border-color: rgb(225,241,179); }
td.TdClassName
{
border-color: #E1F1B3;
}
.TagClassName
{
border-color: #E1F1B3;
}
</style>