Shades of Australian Mint #EDFDA4
Tints of Australian Mint #EDFDA4
RGB
CMYK
RGB Variations
Color information
#EDFDA4 (or 0xEDFDA4) is known color: Australian Mint. HEX triplet: ED, FD and A4. RGB value is (237,253,164). Sum of RGB (Red+Green+Blue) = 237+253+164=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 164 (64.45% from 255 or 25.08% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDA4 is #12025B. Grayscale: #EEEEEE. Windows color (decimal): -1180252 or 10812909. OLE color: 10812909.
HSL color Cylindrical-coordinate representation of color #EDFDA4: hue angle of 70.79º 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 #EDFDA4 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 164 | - |
CMYK | 0.06 | 0 | 0.35 | 0.01 |
HSL | 70.79º | 0.96% | 0.82% | - |
HSV(B) | 70.79º | 0.35% | 0.99% | - |
XYZ | 76.75 | 90.94 | 48.63 | - |
YUV | 238.07 | 86.2 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 164 | 0.06 | 0 | 0.35 | 0.01 | 70.79 | 0.96 | 0.82 |
Hex | ED | FD | A4 | 6 | 0 | 23 | 1 | 47 | 60 | 52 |
Octal | 355 | 375 | 244 | 6 | 0 | 43 | 1 | 107 | 140 | 122 |
Binary | 11101101 | 11111101 | 10100100 | 110 | 0 | 100011 | 1 | 1000111 | 1100000 | 1010010 |
Color Harmonies of #EDFDA4
Complementary color
Monochromatic Colors of #EDFDA4
Black with #EDFDA4
Text Example
Text Example
White with #EDFDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDA4; }
p { color: rgb(237,253,164); }
H1.HeaderClassName
{
color: #EDFDA4;
}
.AnyTagClassName
{
color: #EDFDA4;
}
</style>
background-color css
<style>
a { background-color: #EDFDA4; }
a { background-color: rgb(237,253,164); }
div.DivClassName
{
background-color: #EDFDA4;
}
.BgClassName
{
background-color: #EDFDA4;
}
</style>
border-color css
<style>
span { border-color: #EDFDA4; }
span { border-color: rgb(237,253,164); }
td.TdClassName
{
border-color: #EDFDA4;
}
.TagClassName
{
border-color: #EDFDA4;
}
</style>