Shades of Australian Mint #E6FDB4
Tints of Australian Mint #E6FDB4
RGB
CMYK
RGB Variations
Color information
#E6FDB4 (or 0xE6FDB4) is known color: Australian Mint. HEX triplet: E6, FD and B4. RGB value is (230,253,180). Sum of RGB (Red+Green+Blue) = 230+253+180=663 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.69% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 180 (70.70% from 255 or 27.15% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDB4 is #19024B. Grayscale: #EEEEEE. Windows color (decimal): -1638988 or 11861478. OLE color: 11861478.
HSL color Cylindrical-coordinate representation of color #E6FDB4: hue angle of 78.9º 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 #E6FDB4 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 253 | 180 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.01 |
| HSL | 78.9º | 0.95% | 0.85% | - |
| HSV(B) | 78.9º | 0.29% | 0.99% | - |
| XYZ | 76 | 90.37 | 56.62 | - |
| YUV | 237.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 253 | 180 | 0.09 | 0 | 0.29 | 0.01 | 78.9 | 0.95 | 0.85 |
| Hex | E6 | FD | B4 | 9 | 0 | 1D | 1 | 4F | 5F | 55 |
| Octal | 346 | 375 | 264 | 11 | 0 | 35 | 1 | 117 | 137 | 125 |
| Binary | 11100110 | 11111101 | 10110100 | 1001 | 0 | 11101 | 1 | 1001111 | 1011111 | 1010101 |
Color Harmonies of #E6FDB4
Complementary color
Monochromatic Colors of #E6FDB4
Black with #E6FDB4
Text Example
Text Example
White with #E6FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDB4; }
p { color: rgb(230,253,180); }
H1.HeaderClassName
{
color: #E6FDB4;
}
.AnyTagClassName
{
color: #E6FDB4;
}
</style>
background-color css
<style>
a { background-color: #E6FDB4; }
a { background-color: rgb(230,253,180); }
div.DivClassName
{
background-color: #E6FDB4;
}
.BgClassName
{
background-color: #E6FDB4;
}
</style>
border-color css
<style>
span { border-color: #E6FDB4; }
span { border-color: rgb(230,253,180); }
td.TdClassName
{
border-color: #E6FDB4;
}
.TagClassName
{
border-color: #E6FDB4;
}
</style>