Shades of Australian Mint #E1F1B2
Tints of Australian Mint #E1F1B2
RGB
CMYK
RGB Variations
Color information
#E1F1B2 (or 0xE1F1B2) is known color: Australian Mint. HEX triplet: E1, F1 and B2. RGB value is (225,241,178). Sum of RGB (Red+Green+Blue) = 225+241+178=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F1B2 is #1E0E4D. Grayscale: #E5E5E5. Windows color (decimal): -1969742 or 11727329. OLE color: 11727329.
HSL color Cylindrical-coordinate representation of color #E1F1B2: hue angle of 75.24º 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 #E1F1B2 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 178 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.05 |
| HSL | 75.24º | 0.69% | 0.82% | - |
| HSV(B) | 75.24º | 0.26% | 0.95% | - |
| XYZ | 70.54 | 82.13 | 54.25 | - |
| YUV | 229.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 178 | 0.07 | 0 | 0.26 | 0.05 | 75.24 | 0.69 | 0.82 |
| Hex | E1 | F1 | B2 | 7 | 0 | 1A | 5 | 4B | 45 | 52 |
| Octal | 341 | 361 | 262 | 7 | 0 | 32 | 5 | 113 | 105 | 122 |
| Binary | 11100001 | 11110001 | 10110010 | 111 | 0 | 11010 | 101 | 1001011 | 1000101 | 1010010 |
Color Harmonies of #E1F1B2
Complementary color
Monochromatic Colors of #E1F1B2
Black with #E1F1B2
Text Example
Text Example
White with #E1F1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F1B2; }
p { color: rgb(225,241,178); }
H1.HeaderClassName
{
color: #E1F1B2;
}
.AnyTagClassName
{
color: #E1F1B2;
}
</style>
background-color css
<style>
a { background-color: #E1F1B2; }
a { background-color: rgb(225,241,178); }
div.DivClassName
{
background-color: #E1F1B2;
}
.BgClassName
{
background-color: #E1F1B2;
}
</style>
border-color css
<style>
span { border-color: #E1F1B2; }
span { border-color: rgb(225,241,178); }
td.TdClassName
{
border-color: #E1F1B2;
}
.TagClassName
{
border-color: #E1F1B2;
}
</style>