Shades of Australian Mint #EDFAB2
Tints of Australian Mint #EDFAB2
RGB
CMYK
RGB Variations
Color information
#EDFAB2 (or 0xEDFAB2) is known color: Australian Mint. HEX triplet: ED, FA and B2. RGB value is (237,250,178). Sum of RGB (Red+Green+Blue) = 237+250+178=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 178 (69.92% from 255 or 26.77% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAB2 is #12054D. Grayscale: #EEEEEE. Windows color (decimal): -1181006 or 11729645. OLE color: 11729645.
HSL color Cylindrical-coordinate representation of color #EDFAB2: hue angle of 70.83º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDFAB2 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 178 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.02 |
| HSL | 70.83º | 0.88% | 0.84% | - |
| HSV(B) | 70.83º | 0.29% | 0.98% | - |
| XYZ | 77.15 | 89.59 | 55.35 | - |
| YUV | 237.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 178 | 0.05 | 0 | 0.29 | 0.02 | 70.83 | 0.88 | 0.84 |
| Hex | ED | FA | B2 | 5 | 0 | 1D | 2 | 47 | 58 | 54 |
| Octal | 355 | 372 | 262 | 5 | 0 | 35 | 2 | 107 | 130 | 124 |
| Binary | 11101101 | 11111010 | 10110010 | 101 | 0 | 11101 | 10 | 1000111 | 1011000 | 1010100 |
Color Harmonies of #EDFAB2
Complementary color
Monochromatic Colors of #EDFAB2
Black with #EDFAB2
Text Example
Text Example
White with #EDFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAB2; }
p { color: rgb(237,250,178); }
H1.HeaderClassName
{
color: #EDFAB2;
}
.AnyTagClassName
{
color: #EDFAB2;
}
</style>
background-color css
<style>
a { background-color: #EDFAB2; }
a { background-color: rgb(237,250,178); }
div.DivClassName
{
background-color: #EDFAB2;
}
.BgClassName
{
background-color: #EDFAB2;
}
</style>
border-color css
<style>
span { border-color: #EDFAB2; }
span { border-color: rgb(237,250,178); }
td.TdClassName
{
border-color: #EDFAB2;
}
.TagClassName
{
border-color: #EDFAB2;
}
</style>