Shades of Australian Mint #E2F1B3
Tints of Australian Mint #E2F1B3
RGB
CMYK
RGB Variations
Color information
#E2F1B3 (or 0xE2F1B3) is known color: Australian Mint. HEX triplet: E2, F1 and B3. RGB value is (226,241,179). Sum of RGB (Red+Green+Blue) = 226+241+179=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 179 (70.31% from 255 or 27.71% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F1B3 is #1D0E4C. Grayscale: #E5E5E5. Windows color (decimal): -1904205 or 11792866. OLE color: 11792866.
HSL color Cylindrical-coordinate representation of color #E2F1B3: hue angle of 74.52º 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 #E2F1B3 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 179 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.05 |
| HSL | 74.52º | 0.69% | 0.82% | - |
| HSV(B) | 74.52º | 0.26% | 0.95% | - |
| XYZ | 70.96 | 82.33 | 54.8 | - |
| YUV | 229.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 179 | 0.06 | 0 | 0.26 | 0.05 | 74.52 | 0.69 | 0.82 |
| Hex | E2 | F1 | B3 | 6 | 0 | 1A | 5 | 4B | 45 | 52 |
| Octal | 342 | 361 | 263 | 6 | 0 | 32 | 5 | 113 | 105 | 122 |
| Binary | 11100010 | 11110001 | 10110011 | 110 | 0 | 11010 | 101 | 1001011 | 1000101 | 1010010 |
Color Harmonies of #E2F1B3
Complementary color
Monochromatic Colors of #E2F1B3
Black with #E2F1B3
Text Example
Text Example
White with #E2F1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F1B3; }
p { color: rgb(226,241,179); }
H1.HeaderClassName
{
color: #E2F1B3;
}
.AnyTagClassName
{
color: #E2F1B3;
}
</style>
background-color css
<style>
a { background-color: #E2F1B3; }
a { background-color: rgb(226,241,179); }
div.DivClassName
{
background-color: #E2F1B3;
}
.BgClassName
{
background-color: #E2F1B3;
}
</style>
border-color css
<style>
span { border-color: #E2F1B3; }
span { border-color: rgb(226,241,179); }
td.TdClassName
{
border-color: #E2F1B3;
}
.TagClassName
{
border-color: #E2F1B3;
}
</style>