Shades of Australian Mint #EDF89D
Tints of Australian Mint #EDF89D
RGB
CMYK
RGB Variations
Color information
#EDF89D (or 0xEDF89D) is known color: Australian Mint. HEX triplet: ED, F8 and 9D. RGB value is (237,248,157). Sum of RGB (Red+Green+Blue) = 237+248+157=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 157 (61.72% from 255 or 24.45% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF89D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF89D is #120762. Grayscale: #EAEAEA. Windows color (decimal): -1181539 or 10352877. OLE color: 10352877.
HSL color Cylindrical-coordinate representation of color #EDF89D: hue angle of 67.25º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDF89D is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 157 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.03 |
| HSL | 67.25º | 0.87% | 0.79% | - |
| HSV(B) | 67.25º | 0.37% | 0.97% | - |
| XYZ | 74.58 | 87.57 | 44.87 | - |
| YUV | 234.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 157 | 0.04 | 0 | 0.37 | 0.03 | 67.25 | 0.87 | 0.79 |
| Hex | ED | F8 | 9D | 4 | 0 | 25 | 3 | 43 | 57 | 4F |
| Octal | 355 | 370 | 235 | 4 | 0 | 45 | 3 | 103 | 127 | 117 |
| Binary | 11101101 | 11111000 | 10011101 | 100 | 0 | 100101 | 11 | 1000011 | 1010111 | 1001111 |
Color Harmonies of #EDF89D
Complementary color
Monochromatic Colors of #EDF89D
Black with #EDF89D
Text Example
Text Example
White with #EDF89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF89D; }
p { color: rgb(237,248,157); }
H1.HeaderClassName
{
color: #EDF89D;
}
.AnyTagClassName
{
color: #EDF89D;
}
</style>
background-color css
<style>
a { background-color: #EDF89D; }
a { background-color: rgb(237,248,157); }
div.DivClassName
{
background-color: #EDF89D;
}
.BgClassName
{
background-color: #EDF89D;
}
</style>
border-color css
<style>
span { border-color: #EDF89D; }
span { border-color: rgb(237,248,157); }
td.TdClassName
{
border-color: #EDF89D;
}
.TagClassName
{
border-color: #EDF89D;
}
</style>