Shades of Australian Mint #E1F3B3
Tints of Australian Mint #E1F3B3
RGB
CMYK
RGB Variations
Color information
#E1F3B3 (or 0xE1F3B3) is known color: Australian Mint. HEX triplet: E1, F3 and B3. RGB value is (225,243,179). Sum of RGB (Red+Green+Blue) = 225+243+179=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 179 (70.31% from 255 or 27.67% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F3B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F3B3 is #1E0C4C. Grayscale: #E6E6E6. Windows color (decimal): -1969229 or 11793377. OLE color: 11793377.
HSL color Cylindrical-coordinate representation of color #E1F3B3: hue angle of 76.88º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1F3B3 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 243 | 179 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.05 |
| HSL | 76.88º | 0.73% | 0.83% | - |
| HSV(B) | 76.88º | 0.26% | 0.95% | - |
| XYZ | 71.24 | 83.36 | 54.98 | - |
| YUV | 230.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 243 | 179 | 0.07 | 0 | 0.26 | 0.05 | 76.88 | 0.73 | 0.83 |
| Hex | E1 | F3 | B3 | 7 | 0 | 1A | 5 | 4D | 49 | 53 |
| Octal | 341 | 363 | 263 | 7 | 0 | 32 | 5 | 115 | 111 | 123 |
| Binary | 11100001 | 11110011 | 10110011 | 111 | 0 | 11010 | 101 | 1001101 | 1001001 | 1010011 |
Color Harmonies of #E1F3B3
Complementary color
Monochromatic Colors of #E1F3B3
Black with #E1F3B3
Text Example
Text Example
White with #E1F3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F3B3; }
p { color: rgb(225,243,179); }
H1.HeaderClassName
{
color: #E1F3B3;
}
.AnyTagClassName
{
color: #E1F3B3;
}
</style>
background-color css
<style>
a { background-color: #E1F3B3; }
a { background-color: rgb(225,243,179); }
div.DivClassName
{
background-color: #E1F3B3;
}
.BgClassName
{
background-color: #E1F3B3;
}
</style>
border-color css
<style>
span { border-color: #E1F3B3; }
span { border-color: rgb(225,243,179); }
td.TdClassName
{
border-color: #E1F3B3;
}
.TagClassName
{
border-color: #E1F3B3;
}
</style>