Shades of Australian Mint #EFFEAD
Tints of Australian Mint #EFFEAD
RGB
CMYK
RGB Variations
Color information
#EFFEAD (or 0xEFFEAD) is known color: Australian Mint. HEX triplet: EF, FE and AD. RGB value is (239,254,173). Sum of RGB (Red+Green+Blue) = 239+254+173=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 173 (67.97% from 255 or 25.98% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFEAD is #100152. Grayscale: #F0F0F0. Windows color (decimal): -1048915 or 11402991. OLE color: 11402991.
HSL color Cylindrical-coordinate representation of color #EFFEAD: hue angle of 71.11º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFFEAD is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 173 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.00 |
| HSL | 71.11º | 0.98% | 0.84% | - |
| HSV(B) | 71.11º | 0.32% | 1% | - |
| XYZ | 78.58 | 92.25 | 53.2 | - |
| YUV | 240.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 173 | 0.06 | 0 | 0.32 | 0.00 | 71.11 | 0.98 | 0.84 |
| Hex | EF | FE | AD | 6 | 0 | 20 | 0 | 47 | 62 | 54 |
| Octal | 357 | 376 | 255 | 6 | 0 | 40 | 0 | 107 | 142 | 124 |
| Binary | 11101111 | 11111110 | 10101101 | 110 | 0 | 100000 | 0 | 1000111 | 1100010 | 1010100 |
Color Harmonies of #EFFEAD
Complementary color
Monochromatic Colors of #EFFEAD
Black with #EFFEAD
Text Example
Text Example
White with #EFFEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFEAD; }
p { color: rgb(239,254,173); }
H1.HeaderClassName
{
color: #EFFEAD;
}
.AnyTagClassName
{
color: #EFFEAD;
}
</style>
background-color css
<style>
a { background-color: #EFFEAD; }
a { background-color: rgb(239,254,173); }
div.DivClassName
{
background-color: #EFFEAD;
}
.BgClassName
{
background-color: #EFFEAD;
}
</style>
border-color css
<style>
span { border-color: #EFFEAD; }
span { border-color: rgb(239,254,173); }
td.TdClassName
{
border-color: #EFFEAD;
}
.TagClassName
{
border-color: #EFFEAD;
}
</style>