Shades of Australian Mint #EDFAB4
Tints of Australian Mint #EDFAB4
RGB
CMYK
RGB Variations
Color information
#EDFAB4 (or 0xEDFAB4) is known color: Australian Mint. HEX triplet: ED, FA and B4. RGB value is (237,250,180). Sum of RGB (Red+Green+Blue) = 237+250+180=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 180 (70.70% from 255 or 26.99% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAB4 is #12054B. Grayscale: #EEEEEE. Windows color (decimal): -1181004 or 11860717. OLE color: 11860717.
HSL color Cylindrical-coordinate representation of color #EDFAB4: hue angle of 71.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDFAB4 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 180 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.02 |
| HSL | 71.14º | 0.88% | 0.84% | - |
| HSV(B) | 71.14º | 0.28% | 0.98% | - |
| XYZ | 77.35 | 89.67 | 56.41 | - |
| YUV | 238.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 180 | 0.05 | 0 | 0.28 | 0.02 | 71.14 | 0.88 | 0.84 |
| Hex | ED | FA | B4 | 5 | 0 | 1C | 2 | 47 | 58 | 54 |
| Octal | 355 | 372 | 264 | 5 | 0 | 34 | 2 | 107 | 130 | 124 |
| Binary | 11101101 | 11111010 | 10110100 | 101 | 0 | 11100 | 10 | 1000111 | 1011000 | 1010100 |
Color Harmonies of #EDFAB4
Complementary color
Monochromatic Colors of #EDFAB4
Black with #EDFAB4
Text Example
Text Example
White with #EDFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAB4; }
p { color: rgb(237,250,180); }
H1.HeaderClassName
{
color: #EDFAB4;
}
.AnyTagClassName
{
color: #EDFAB4;
}
</style>
background-color css
<style>
a { background-color: #EDFAB4; }
a { background-color: rgb(237,250,180); }
div.DivClassName
{
background-color: #EDFAB4;
}
.BgClassName
{
background-color: #EDFAB4;
}
</style>
border-color css
<style>
span { border-color: #EDFAB4; }
span { border-color: rgb(237,250,180); }
td.TdClassName
{
border-color: #EDFAB4;
}
.TagClassName
{
border-color: #EDFAB4;
}
</style>