Shades of Australian Mint #EDFC9D
Tints of Australian Mint #EDFC9D
RGB
CMYK
RGB Variations
Color information
#EDFC9D (or 0xEDFC9D) is known color: Australian Mint. HEX triplet: ED, FC and 9D. RGB value is (237,252,157). Sum of RGB (Red+Green+Blue) = 237+252+157=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 157 (61.72% from 255 or 24.30% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFC9D is #120362. Grayscale: #EDEDED. Windows color (decimal): -1180515 or 10353901. OLE color: 10353901.
HSL color Cylindrical-coordinate representation of color #EDFC9D: hue angle of 69.47º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDFC9D is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 157 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.01 |
| HSL | 69.47º | 0.94% | 0.8% | - |
| HSV(B) | 69.47º | 0.38% | 0.99% | - |
| XYZ | 75.82 | 90.06 | 45.29 | - |
| YUV | 236.69 | 83.03 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 157 | 0.06 | 0 | 0.38 | 0.01 | 69.47 | 0.94 | 0.8 |
| Hex | ED | FC | 9D | 6 | 0 | 26 | 1 | 45 | 5E | 50 |
| Octal | 355 | 374 | 235 | 6 | 0 | 46 | 1 | 105 | 136 | 120 |
| Binary | 11101101 | 11111100 | 10011101 | 110 | 0 | 100110 | 1 | 1000101 | 1011110 | 1010000 |
Color Harmonies of #EDFC9D
Complementary color
Monochromatic Colors of #EDFC9D
Black with #EDFC9D
Text Example
Text Example
White with #EDFC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFC9D; }
p { color: rgb(237,252,157); }
H1.HeaderClassName
{
color: #EDFC9D;
}
.AnyTagClassName
{
color: #EDFC9D;
}
</style>
background-color css
<style>
a { background-color: #EDFC9D; }
a { background-color: rgb(237,252,157); }
div.DivClassName
{
background-color: #EDFC9D;
}
.BgClassName
{
background-color: #EDFC9D;
}
</style>
border-color css
<style>
span { border-color: #EDFC9D; }
span { border-color: rgb(237,252,157); }
td.TdClassName
{
border-color: #EDFC9D;
}
.TagClassName
{
border-color: #EDFC9D;
}
</style>