Shades of Australian Mint #EAFDB4
Tints of Australian Mint #EAFDB4
RGB
CMYK
RGB Variations
Color information
#EAFDB4 (or 0xEAFDB4) is known color: Australian Mint. HEX triplet: EA, FD and B4. RGB value is (234,253,180). Sum of RGB (Red+Green+Blue) = 234+253+180=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 180 (70.70% from 255 or 26.99% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDB4 is #15024B. Grayscale: #EFEFEF. Windows color (decimal): -1376844 or 11861482. OLE color: 11861482.
HSL color Cylindrical-coordinate representation of color #EAFDB4: hue angle of 75.62º 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 #EAFDB4 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 180 | - |
CMYK | 0.08 | 0 | 0.29 | 0.01 |
HSL | 75.62º | 0.95% | 0.85% | - |
HSV(B) | 75.62º | 0.29% | 0.99% | - |
XYZ | 77.3 | 91.04 | 56.68 | - |
YUV | 239 | 94.71 | 124.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 180 | 0.08 | 0 | 0.29 | 0.01 | 75.62 | 0.95 | 0.85 |
Hex | EA | FD | B4 | 8 | 0 | 1D | 1 | 4C | 5F | 55 |
Octal | 352 | 375 | 264 | 10 | 0 | 35 | 1 | 114 | 137 | 125 |
Binary | 11101010 | 11111101 | 10110100 | 1000 | 0 | 11101 | 1 | 1001100 | 1011111 | 1010101 |
Color Harmonies of #EAFDB4
Complementary color
Monochromatic Colors of #EAFDB4
Black with #EAFDB4
Text Example
Text Example
White with #EAFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDB4; }
p { color: rgb(234,253,180); }
H1.HeaderClassName
{
color: #EAFDB4;
}
.AnyTagClassName
{
color: #EAFDB4;
}
</style>
background-color css
<style>
a { background-color: #EAFDB4; }
a { background-color: rgb(234,253,180); }
div.DivClassName
{
background-color: #EAFDB4;
}
.BgClassName
{
background-color: #EAFDB4;
}
</style>
border-color css
<style>
span { border-color: #EAFDB4; }
span { border-color: rgb(234,253,180); }
td.TdClassName
{
border-color: #EAFDB4;
}
.TagClassName
{
border-color: #EAFDB4;
}
</style>