Shades of Australian Mint #EDF7A4
Tints of Australian Mint #EDF7A4
RGB
CMYK
RGB Variations
Color information
#EDF7A4 (or 0xEDF7A4) is known color: Australian Mint. HEX triplet: ED, F7 and A4. RGB value is (237,247,164). Sum of RGB (Red+Green+Blue) = 237+247+164=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 164 (64.45% from 255 or 25.31% from 648); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF7A4 is #12085B. Grayscale: #EAEAEA. Windows color (decimal): -1181788 or 10811373. OLE color: 10811373.
HSL color Cylindrical-coordinate representation of color #EDF7A4: hue angle of 67.23º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDF7A4 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 164 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.03 |
| HSL | 67.23º | 0.84% | 0.81% | - |
| HSV(B) | 67.23º | 0.34% | 0.97% | - |
| XYZ | 74.89 | 87.21 | 48.01 | - |
| YUV | 234.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 164 | 0.04 | 0 | 0.34 | 0.03 | 67.23 | 0.84 | 0.81 |
| Hex | ED | F7 | A4 | 4 | 0 | 22 | 3 | 43 | 54 | 51 |
| Octal | 355 | 367 | 244 | 4 | 0 | 42 | 3 | 103 | 124 | 121 |
| Binary | 11101101 | 11110111 | 10100100 | 100 | 0 | 100010 | 11 | 1000011 | 1010100 | 1010001 |
Color Harmonies of #EDF7A4
Complementary color
Monochromatic Colors of #EDF7A4
Black with #EDF7A4
Text Example
Text Example
White with #EDF7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF7A4; }
p { color: rgb(237,247,164); }
H1.HeaderClassName
{
color: #EDF7A4;
}
.AnyTagClassName
{
color: #EDF7A4;
}
</style>
background-color css
<style>
a { background-color: #EDF7A4; }
a { background-color: rgb(237,247,164); }
div.DivClassName
{
background-color: #EDF7A4;
}
.BgClassName
{
background-color: #EDF7A4;
}
</style>
border-color css
<style>
span { border-color: #EDF7A4; }
span { border-color: rgb(237,247,164); }
td.TdClassName
{
border-color: #EDF7A4;
}
.TagClassName
{
border-color: #EDF7A4;
}
</style>