Shades of Australian Mint #EDFBAC
Tints of Australian Mint #EDFBAC
RGB
CMYK
RGB Variations
Color information
#EDFBAC (or 0xEDFBAC) is known color: Australian Mint. HEX triplet: ED, FB and AC. RGB value is (237,251,172). Sum of RGB (Red+Green+Blue) = 237+251+172=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 172 (67.58% from 255 or 26.06% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBAC is #120453. Grayscale: #EEEEEE. Windows color (decimal): -1180756 or 11336685. OLE color: 11336685.
HSL color Cylindrical-coordinate representation of color #EDFBAC: hue angle of 70.63º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDFBAC is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 172 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.02 |
| HSL | 70.63º | 0.91% | 0.83% | - |
| HSV(B) | 70.63º | 0.31% | 0.98% | - |
| XYZ | 76.87 | 89.98 | 52.35 | - |
| YUV | 237.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 172 | 0.06 | 0 | 0.31 | 0.02 | 70.63 | 0.91 | 0.83 |
| Hex | ED | FB | AC | 6 | 0 | 1F | 2 | 47 | 5B | 53 |
| Octal | 355 | 373 | 254 | 6 | 0 | 37 | 2 | 107 | 133 | 123 |
| Binary | 11101101 | 11111011 | 10101100 | 110 | 0 | 11111 | 10 | 1000111 | 1011011 | 1010011 |
Color Harmonies of #EDFBAC
Complementary color
Monochromatic Colors of #EDFBAC
Black with #EDFBAC
Text Example
Text Example
White with #EDFBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBAC; }
p { color: rgb(237,251,172); }
H1.HeaderClassName
{
color: #EDFBAC;
}
.AnyTagClassName
{
color: #EDFBAC;
}
</style>
background-color css
<style>
a { background-color: #EDFBAC; }
a { background-color: rgb(237,251,172); }
div.DivClassName
{
background-color: #EDFBAC;
}
.BgClassName
{
background-color: #EDFBAC;
}
</style>
border-color css
<style>
span { border-color: #EDFBAC; }
span { border-color: rgb(237,251,172); }
td.TdClassName
{
border-color: #EDFBAC;
}
.TagClassName
{
border-color: #EDFBAC;
}
</style>