Shades of Australian Mint #EDF5B0
Tints of Australian Mint #EDF5B0
RGB
CMYK
RGB Variations
Color information
#EDF5B0 (or 0xEDF5B0) is known color: Australian Mint. HEX triplet: ED, F5 and B0. RGB value is (237,245,176). Sum of RGB (Red+Green+Blue) = 237+245+176=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 176 (69.14% from 255 or 26.75% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF5B0 is #120A4F. Grayscale: #EBEBEB. Windows color (decimal): -1182288 or 11597293. OLE color: 11597293.
HSL color Cylindrical-coordinate representation of color #EDF5B0: hue angle of 66.96º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDF5B0 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 176 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.04 |
| HSL | 66.96º | 0.78% | 0.83% | - |
| HSV(B) | 66.96º | 0.28% | 0.96% | - |
| XYZ | 75.41 | 86.44 | 53.78 | - |
| YUV | 234.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 176 | 0.03 | 0 | 0.28 | 0.04 | 66.96 | 0.78 | 0.83 |
| Hex | ED | F5 | B0 | 3 | 0 | 1C | 4 | 43 | 4E | 53 |
| Octal | 355 | 365 | 260 | 3 | 0 | 34 | 4 | 103 | 116 | 123 |
| Binary | 11101101 | 11110101 | 10110000 | 11 | 0 | 11100 | 100 | 1000011 | 1001110 | 1010011 |
Color Harmonies of #EDF5B0
Complementary color
Monochromatic Colors of #EDF5B0
Black with #EDF5B0
Text Example
Text Example
White with #EDF5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5B0; }
p { color: rgb(237,245,176); }
H1.HeaderClassName
{
color: #EDF5B0;
}
.AnyTagClassName
{
color: #EDF5B0;
}
</style>
background-color css
<style>
a { background-color: #EDF5B0; }
a { background-color: rgb(237,245,176); }
div.DivClassName
{
background-color: #EDF5B0;
}
.BgClassName
{
background-color: #EDF5B0;
}
</style>
border-color css
<style>
span { border-color: #EDF5B0; }
span { border-color: rgb(237,245,176); }
td.TdClassName
{
border-color: #EDF5B0;
}
.TagClassName
{
border-color: #EDF5B0;
}
</style>