Shades of Australian Mint #E5FDB3
Tints of Australian Mint #E5FDB3
RGB
CMYK
RGB Variations
Color information
#E5FDB3 (or 0xE5FDB3) is known color: Australian Mint. HEX triplet: E5, FD and B3. RGB value is (229,253,179). Sum of RGB (Red+Green+Blue) = 229+253+179=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 179 (70.31% from 255 or 27.08% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FDB3 is #1A024C. Grayscale: #EDEDED. Windows color (decimal): -1704525 or 11795941. OLE color: 11795941.
HSL color Cylindrical-coordinate representation of color #E5FDB3: hue angle of 79.46º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5FDB3 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 253 | 179 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.01 |
| HSL | 79.46º | 0.95% | 0.85% | - |
| HSV(B) | 79.46º | 0.29% | 0.99% | - |
| XYZ | 75.58 | 90.16 | 56.07 | - |
| YUV | 237.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 253 | 179 | 0.09 | 0 | 0.29 | 0.01 | 79.46 | 0.95 | 0.85 |
| Hex | E5 | FD | B3 | 9 | 0 | 1D | 1 | 4F | 5F | 55 |
| Octal | 345 | 375 | 263 | 11 | 0 | 35 | 1 | 117 | 137 | 125 |
| Binary | 11100101 | 11111101 | 10110011 | 1001 | 0 | 11101 | 1 | 1001111 | 1011111 | 1010101 |
Color Harmonies of #E5FDB3
Complementary color
Monochromatic Colors of #E5FDB3
Black with #E5FDB3
Text Example
Text Example
White with #E5FDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FDB3; }
p { color: rgb(229,253,179); }
H1.HeaderClassName
{
color: #E5FDB3;
}
.AnyTagClassName
{
color: #E5FDB3;
}
</style>
background-color css
<style>
a { background-color: #E5FDB3; }
a { background-color: rgb(229,253,179); }
div.DivClassName
{
background-color: #E5FDB3;
}
.BgClassName
{
background-color: #E5FDB3;
}
</style>
border-color css
<style>
span { border-color: #E5FDB3; }
span { border-color: rgb(229,253,179); }
td.TdClassName
{
border-color: #E5FDB3;
}
.TagClassName
{
border-color: #E5FDB3;
}
</style>