Shades of Australian Mint #EDFDA5
Tints of Australian Mint #EDFDA5
RGB
CMYK
RGB Variations
Color information
#EDFDA5 (or 0xEDFDA5) is known color: Australian Mint. HEX triplet: ED, FD and A5. RGB value is (237,253,165). Sum of RGB (Red+Green+Blue) = 237+253+165=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 165 (64.84% from 255 or 25.19% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDA5 is #12025A. Grayscale: #EEEEEE. Windows color (decimal): -1180251 or 10878445. OLE color: 10878445.
HSL color Cylindrical-coordinate representation of color #EDFDA5: hue angle of 70.91º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDFDA5 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 253 | 165 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.01 |
| HSL | 70.91º | 0.96% | 0.82% | - |
| HSV(B) | 70.91º | 0.35% | 0.99% | - |
| XYZ | 76.84 | 90.97 | 49.11 | - |
| YUV | 238.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 253 | 165 | 0.06 | 0 | 0.35 | 0.01 | 70.91 | 0.96 | 0.82 |
| Hex | ED | FD | A5 | 6 | 0 | 23 | 1 | 47 | 60 | 52 |
| Octal | 355 | 375 | 245 | 6 | 0 | 43 | 1 | 107 | 140 | 122 |
| Binary | 11101101 | 11111101 | 10100101 | 110 | 0 | 100011 | 1 | 1000111 | 1100000 | 1010010 |
Color Harmonies of #EDFDA5
Complementary color
Monochromatic Colors of #EDFDA5
Black with #EDFDA5
Text Example
Text Example
White with #EDFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDA5; }
p { color: rgb(237,253,165); }
H1.HeaderClassName
{
color: #EDFDA5;
}
.AnyTagClassName
{
color: #EDFDA5;
}
</style>
background-color css
<style>
a { background-color: #EDFDA5; }
a { background-color: rgb(237,253,165); }
div.DivClassName
{
background-color: #EDFDA5;
}
.BgClassName
{
background-color: #EDFDA5;
}
</style>
border-color css
<style>
span { border-color: #EDFDA5; }
span { border-color: rgb(237,253,165); }
td.TdClassName
{
border-color: #EDFDA5;
}
.TagClassName
{
border-color: #EDFDA5;
}
</style>