Shades of Australian Mint #EDFDA2
Tints of Australian Mint #EDFDA2
RGB
CMYK
RGB Variations
Color information
#EDFDA2 (or 0xEDFDA2) is known color: Australian Mint. HEX triplet: ED, FD and A2. RGB value is (237,253,162). Sum of RGB (Red+Green+Blue) = 237+253+162=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 162 (63.67% from 255 or 24.85% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDA2 is #12025D. Grayscale: #EEEEEE. Windows color (decimal): -1180254 or 10681837. OLE color: 10681837.
HSL color Cylindrical-coordinate representation of color #EDFDA2: hue angle of 70.55º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDFDA2 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 162 | - |
CMYK | 0.06 | 0 | 0.36 | 0.01 |
HSL | 70.55º | 0.96% | 0.81% | - |
HSV(B) | 70.55º | 0.36% | 0.99% | - |
XYZ | 76.57 | 90.86 | 47.69 | - |
YUV | 237.84 | 85.2 | 127.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 162 | 0.06 | 0 | 0.36 | 0.01 | 70.55 | 0.96 | 0.81 |
Hex | ED | FD | A2 | 6 | 0 | 24 | 1 | 47 | 60 | 51 |
Octal | 355 | 375 | 242 | 6 | 0 | 44 | 1 | 107 | 140 | 121 |
Binary | 11101101 | 11111101 | 10100010 | 110 | 0 | 100100 | 1 | 1000111 | 1100000 | 1010001 |
Color Harmonies of #EDFDA2
Complementary color
Monochromatic Colors of #EDFDA2
Black with #EDFDA2
Text Example
Text Example
White with #EDFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDA2; }
p { color: rgb(237,253,162); }
H1.HeaderClassName
{
color: #EDFDA2;
}
.AnyTagClassName
{
color: #EDFDA2;
}
</style>
background-color css
<style>
a { background-color: #EDFDA2; }
a { background-color: rgb(237,253,162); }
div.DivClassName
{
background-color: #EDFDA2;
}
.BgClassName
{
background-color: #EDFDA2;
}
</style>
border-color css
<style>
span { border-color: #EDFDA2; }
span { border-color: rgb(237,253,162); }
td.TdClassName
{
border-color: #EDFDA2;
}
.TagClassName
{
border-color: #EDFDA2;
}
</style>