Shades of Australian Mint #EDFBA1
Tints of Australian Mint #EDFBA1
RGB
CMYK
RGB Variations
Color information
#EDFBA1 (or 0xEDFBA1) is known color: Australian Mint. HEX triplet: ED, FB and A1. RGB value is (237,251,161). Sum of RGB (Red+Green+Blue) = 237+251+161=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 161 (63.28% from 255 or 24.81% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBA1 is #12045E. Grayscale: #ECECEC. Windows color (decimal): -1180767 or 10615789. OLE color: 10615789.
HSL color Cylindrical-coordinate representation of color #EDFBA1: hue angle of 69.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDFBA1 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 161 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.02 |
| HSL | 69.33º | 0.92% | 0.81% | - |
| HSV(B) | 69.33º | 0.36% | 0.98% | - |
| XYZ | 75.86 | 89.57 | 47.01 | - |
| YUV | 236.55 | 85.36 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 161 | 0.06 | 0 | 0.36 | 0.02 | 69.33 | 0.92 | 0.81 |
| Hex | ED | FB | A1 | 6 | 0 | 24 | 2 | 45 | 5C | 51 |
| Octal | 355 | 373 | 241 | 6 | 0 | 44 | 2 | 105 | 134 | 121 |
| Binary | 11101101 | 11111011 | 10100001 | 110 | 0 | 100100 | 10 | 1000101 | 1011100 | 1010001 |
Color Harmonies of #EDFBA1
Complementary color
Monochromatic Colors of #EDFBA1
Black with #EDFBA1
Text Example
Text Example
White with #EDFBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBA1; }
p { color: rgb(237,251,161); }
H1.HeaderClassName
{
color: #EDFBA1;
}
.AnyTagClassName
{
color: #EDFBA1;
}
</style>
background-color css
<style>
a { background-color: #EDFBA1; }
a { background-color: rgb(237,251,161); }
div.DivClassName
{
background-color: #EDFBA1;
}
.BgClassName
{
background-color: #EDFBA1;
}
</style>
border-color css
<style>
span { border-color: #EDFBA1; }
span { border-color: rgb(237,251,161); }
td.TdClassName
{
border-color: #EDFBA1;
}
.TagClassName
{
border-color: #EDFBA1;
}
</style>