Shades of Australian Mint #EDF89F
Tints of Australian Mint #EDF89F
RGB
CMYK
RGB Variations
Color information
#EDF89F (or 0xEDF89F) is known color: Australian Mint. HEX triplet: ED, F8 and 9F. RGB value is (237,248,159). Sum of RGB (Red+Green+Blue) = 237+248+159=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 159 (62.5% from 255 or 24.69% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF89F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF89F is #120760. Grayscale: #EAEAEA. Windows color (decimal): -1181537 or 10483949. OLE color: 10483949.
HSL color Cylindrical-coordinate representation of color #EDF89F: hue angle of 67.42º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDF89F is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 159 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.03 |
| HSL | 67.42º | 0.86% | 0.8% | - |
| HSV(B) | 67.42º | 0.36% | 0.97% | - |
| XYZ | 74.75 | 87.64 | 45.78 | - |
| YUV | 234.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 159 | 0.04 | 0 | 0.36 | 0.03 | 67.42 | 0.86 | 0.8 |
| Hex | ED | F8 | 9F | 4 | 0 | 24 | 3 | 43 | 56 | 50 |
| Octal | 355 | 370 | 237 | 4 | 0 | 44 | 3 | 103 | 126 | 120 |
| Binary | 11101101 | 11111000 | 10011111 | 100 | 0 | 100100 | 11 | 1000011 | 1010110 | 1010000 |
Color Harmonies of #EDF89F
Complementary color
Monochromatic Colors of #EDF89F
Black with #EDF89F
Text Example
Text Example
White with #EDF89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF89F; }
p { color: rgb(237,248,159); }
H1.HeaderClassName
{
color: #EDF89F;
}
.AnyTagClassName
{
color: #EDF89F;
}
</style>
background-color css
<style>
a { background-color: #EDF89F; }
a { background-color: rgb(237,248,159); }
div.DivClassName
{
background-color: #EDF89F;
}
.BgClassName
{
background-color: #EDF89F;
}
</style>
border-color css
<style>
span { border-color: #EDF89F; }
span { border-color: rgb(237,248,159); }
td.TdClassName
{
border-color: #EDF89F;
}
.TagClassName
{
border-color: #EDF89F;
}
</style>