Shades of Australian Mint #EDF1AB
Tints of Australian Mint #EDF1AB
RGB
CMYK
RGB Variations
Color information
#EDF1AB (or 0xEDF1AB) is known color: Australian Mint. HEX triplet: ED, F1 and AB. RGB value is (237,241,171). Sum of RGB (Red+Green+Blue) = 237+241+171=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 171 (67.19% from 255 or 26.35% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1AB is #120E54. Grayscale: #E8E8E8. Windows color (decimal): -1183317 or 11268589. OLE color: 11268589.
HSL color Cylindrical-coordinate representation of color #EDF1AB: hue angle of 63.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDF1AB is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 171 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.05 |
| HSL | 63.43º | 0.71% | 0.81% | - |
| HSV(B) | 63.43º | 0.29% | 0.95% | - |
| XYZ | 73.73 | 83.86 | 50.83 | - |
| YUV | 231.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 171 | 0.02 | 0 | 0.29 | 0.05 | 63.43 | 0.71 | 0.81 |
| Hex | ED | F1 | AB | 2 | 0 | 1D | 5 | 3F | 47 | 51 |
| Octal | 355 | 361 | 253 | 2 | 0 | 35 | 5 | 77 | 107 | 121 |
| Binary | 11101101 | 11110001 | 10101011 | 10 | 0 | 11101 | 101 | 111111 | 1000111 | 1010001 |
Color Harmonies of #EDF1AB
Complementary color
Monochromatic Colors of #EDF1AB
Black with #EDF1AB
Text Example
Text Example
White with #EDF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1AB; }
p { color: rgb(237,241,171); }
H1.HeaderClassName
{
color: #EDF1AB;
}
.AnyTagClassName
{
color: #EDF1AB;
}
</style>
background-color css
<style>
a { background-color: #EDF1AB; }
a { background-color: rgb(237,241,171); }
div.DivClassName
{
background-color: #EDF1AB;
}
.BgClassName
{
background-color: #EDF1AB;
}
</style>
border-color css
<style>
span { border-color: #EDF1AB; }
span { border-color: rgb(237,241,171); }
td.TdClassName
{
border-color: #EDF1AB;
}
.TagClassName
{
border-color: #EDF1AB;
}
</style>