Shades of Australian Mint #EDF5B2
Tints of Australian Mint #EDF5B2
RGB
CMYK
RGB Variations
Color information
#EDF5B2 (or 0xEDF5B2) is known color: Australian Mint. HEX triplet: ED, F5 and B2. RGB value is (237,245,178). Sum of RGB (Red+Green+Blue) = 237+245+178=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 178 (69.92% from 255 or 26.97% from 660); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF5B2 is #120A4D. Grayscale: #EBEBEB. Windows color (decimal): -1182286 or 11728365. OLE color: 11728365.
HSL color Cylindrical-coordinate representation of color #EDF5B2: hue angle of 67.16º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDF5B2 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 178 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.04 |
| HSL | 67.16º | 0.77% | 0.83% | - |
| HSV(B) | 67.16º | 0.27% | 0.96% | - |
| XYZ | 75.61 | 86.52 | 54.83 | - |
| YUV | 234.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 178 | 0.03 | 0 | 0.27 | 0.04 | 67.16 | 0.77 | 0.83 |
| Hex | ED | F5 | B2 | 3 | 0 | 1B | 4 | 43 | 4D | 53 |
| Octal | 355 | 365 | 262 | 3 | 0 | 33 | 4 | 103 | 115 | 123 |
| Binary | 11101101 | 11110101 | 10110010 | 11 | 0 | 11011 | 100 | 1000011 | 1001101 | 1010011 |
Color Harmonies of #EDF5B2
Complementary color
Monochromatic Colors of #EDF5B2
Black with #EDF5B2
Text Example
Text Example
White with #EDF5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5B2; }
p { color: rgb(237,245,178); }
H1.HeaderClassName
{
color: #EDF5B2;
}
.AnyTagClassName
{
color: #EDF5B2;
}
</style>
background-color css
<style>
a { background-color: #EDF5B2; }
a { background-color: rgb(237,245,178); }
div.DivClassName
{
background-color: #EDF5B2;
}
.BgClassName
{
background-color: #EDF5B2;
}
</style>
border-color css
<style>
span { border-color: #EDF5B2; }
span { border-color: rgb(237,245,178); }
td.TdClassName
{
border-color: #EDF5B2;
}
.TagClassName
{
border-color: #EDF5B2;
}
</style>