Shades of Australian Mint #EDFBA2
Tints of Australian Mint #EDFBA2
RGB
CMYK
RGB Variations
Color information
#EDFBA2 (or 0xEDFBA2) is known color: Australian Mint. HEX triplet: ED, FB and A2. RGB value is (237,251,162). Sum of RGB (Red+Green+Blue) = 237+251+162=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 162 (63.67% from 255 or 24.92% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBA2 is #12045D. Grayscale: #EDEDED. Windows color (decimal): -1180766 or 10681325. OLE color: 10681325.
HSL color Cylindrical-coordinate representation of color #EDFBA2: hue angle of 69.44º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDFBA2 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 162 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.02 |
| HSL | 69.44º | 0.92% | 0.81% | - |
| HSV(B) | 69.44º | 0.35% | 0.98% | - |
| XYZ | 75.94 | 89.61 | 47.48 | - |
| YUV | 236.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 162 | 0.06 | 0 | 0.35 | 0.02 | 69.44 | 0.92 | 0.81 |
| Hex | ED | FB | A2 | 6 | 0 | 23 | 2 | 45 | 5C | 51 |
| Octal | 355 | 373 | 242 | 6 | 0 | 43 | 2 | 105 | 134 | 121 |
| Binary | 11101101 | 11111011 | 10100010 | 110 | 0 | 100011 | 10 | 1000101 | 1011100 | 1010001 |
Color Harmonies of #EDFBA2
Complementary color
Monochromatic Colors of #EDFBA2
Black with #EDFBA2
Text Example
Text Example
White with #EDFBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBA2; }
p { color: rgb(237,251,162); }
H1.HeaderClassName
{
color: #EDFBA2;
}
.AnyTagClassName
{
color: #EDFBA2;
}
</style>
background-color css
<style>
a { background-color: #EDFBA2; }
a { background-color: rgb(237,251,162); }
div.DivClassName
{
background-color: #EDFBA2;
}
.BgClassName
{
background-color: #EDFBA2;
}
</style>
border-color css
<style>
span { border-color: #EDFBA2; }
span { border-color: rgb(237,251,162); }
td.TdClassName
{
border-color: #EDFBA2;
}
.TagClassName
{
border-color: #EDFBA2;
}
</style>