Shades of Australian Mint #EDFEB1
Tints of Australian Mint #EDFEB1
RGB
CMYK
RGB Variations
Color information
#EDFEB1 (or 0xEDFEB1) is known color: Australian Mint. HEX triplet: ED, FE and B1. RGB value is (237,254,177). Sum of RGB (Red+Green+Blue) = 237+254+177=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 177 (69.53% from 255 or 26.50% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFEB1 is #12014E. Grayscale: #F0F0F0. Windows color (decimal): -1179983 or 11665133. OLE color: 11665133.
HSL color Cylindrical-coordinate representation of color #EDFEB1: hue angle of 73.25º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDFEB1 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 177 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.00 |
| HSL | 73.25º | 0.97% | 0.85% | - |
| HSV(B) | 73.25º | 0.3% | 1% | - |
| XYZ | 78.3 | 92.06 | 55.24 | - |
| YUV | 240.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 177 | 0.07 | 0 | 0.30 | 0.00 | 73.25 | 0.97 | 0.85 |
| Hex | ED | FE | B1 | 7 | 0 | 1E | 0 | 49 | 61 | 55 |
| Octal | 355 | 376 | 261 | 7 | 0 | 36 | 0 | 111 | 141 | 125 |
| Binary | 11101101 | 11111110 | 10110001 | 111 | 0 | 11110 | 0 | 1001001 | 1100001 | 1010101 |
Color Harmonies of #EDFEB1
Complementary color
Monochromatic Colors of #EDFEB1
Black with #EDFEB1
Text Example
Text Example
White with #EDFEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEB1; }
p { color: rgb(237,254,177); }
H1.HeaderClassName
{
color: #EDFEB1;
}
.AnyTagClassName
{
color: #EDFEB1;
}
</style>
background-color css
<style>
a { background-color: #EDFEB1; }
a { background-color: rgb(237,254,177); }
div.DivClassName
{
background-color: #EDFEB1;
}
.BgClassName
{
background-color: #EDFEB1;
}
</style>
border-color css
<style>
span { border-color: #EDFEB1; }
span { border-color: rgb(237,254,177); }
td.TdClassName
{
border-color: #EDFEB1;
}
.TagClassName
{
border-color: #EDFEB1;
}
</style>