Shades of Australian Mint #E7FDB1
Tints of Australian Mint #E7FDB1
RGB
CMYK
RGB Variations
Color information
#E7FDB1 (or 0xE7FDB1) is known color: Australian Mint. HEX triplet: E7, FD and B1. RGB value is (231,253,177). Sum of RGB (Red+Green+Blue) = 231+253+177=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 177 (69.53% from 255 or 26.78% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #E7FDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7FDB1 is #18024E. Grayscale: #EEEEEE. Windows color (decimal): -1573455 or 11664871. OLE color: 11664871.
HSL color Cylindrical-coordinate representation of color #E7FDB1: hue angle of 77.37º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7FDB1 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 253 | 177 | - |
CMYK | 0.09 | 0 | 0.30 | 0.01 |
HSL | 77.37º | 0.95% | 0.84% | - |
HSV(B) | 77.37º | 0.3% | 0.99% | - |
XYZ | 76.02 | 90.41 | 55.04 | - |
YUV | 237.76 | 93.71 | 123.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 253 | 177 | 0.09 | 0 | 0.30 | 0.01 | 77.37 | 0.95 | 0.84 |
Hex | E7 | FD | B1 | 9 | 0 | 1E | 1 | 4D | 5F | 54 |
Octal | 347 | 375 | 261 | 11 | 0 | 36 | 1 | 115 | 137 | 124 |
Binary | 11100111 | 11111101 | 10110001 | 1001 | 0 | 11110 | 1 | 1001101 | 1011111 | 1010100 |
Color Harmonies of #E7FDB1
Complementary color
Monochromatic Colors of #E7FDB1
Black with #E7FDB1
Text Example
Text Example
White with #E7FDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FDB1; }
p { color: rgb(231,253,177); }
H1.HeaderClassName
{
color: #E7FDB1;
}
.AnyTagClassName
{
color: #E7FDB1;
}
</style>
background-color css
<style>
a { background-color: #E7FDB1; }
a { background-color: rgb(231,253,177); }
div.DivClassName
{
background-color: #E7FDB1;
}
.BgClassName
{
background-color: #E7FDB1;
}
</style>
border-color css
<style>
span { border-color: #E7FDB1; }
span { border-color: rgb(231,253,177); }
td.TdClassName
{
border-color: #E7FDB1;
}
.TagClassName
{
border-color: #E7FDB1;
}
</style>