Shades of Australian Mint #EFF7A8
Tints of Australian Mint #EFF7A8
RGB
CMYK
RGB Variations
Color information
#EFF7A8 (or 0xEFF7A8) is known color: Australian Mint. HEX triplet: EF, F7 and A8. RGB value is (239,247,168). Sum of RGB (Red+Green+Blue) = 239+247+168=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 168 (66.02% from 255 or 25.69% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF7A8 is #100857. Grayscale: #EBEBEB. Windows color (decimal): -1050712 or 11073519. OLE color: 11073519.
HSL color Cylindrical-coordinate representation of color #EFF7A8: hue angle of 66.08º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFF7A8 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 168 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.03 |
| HSL | 66.08º | 0.83% | 0.81% | - |
| HSV(B) | 66.08º | 0.32% | 0.97% | - |
| XYZ | 75.93 | 87.7 | 49.97 | - |
| YUV | 235.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 168 | 0.03 | 0 | 0.32 | 0.03 | 66.08 | 0.83 | 0.81 |
| Hex | EF | F7 | A8 | 3 | 0 | 20 | 3 | 42 | 53 | 51 |
| Octal | 357 | 367 | 250 | 3 | 0 | 40 | 3 | 102 | 123 | 121 |
| Binary | 11101111 | 11110111 | 10101000 | 11 | 0 | 100000 | 11 | 1000010 | 1010011 | 1010001 |
Color Harmonies of #EFF7A8
Complementary color
Monochromatic Colors of #EFF7A8
Black with #EFF7A8
Text Example
Text Example
White with #EFF7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7A8; }
p { color: rgb(239,247,168); }
H1.HeaderClassName
{
color: #EFF7A8;
}
.AnyTagClassName
{
color: #EFF7A8;
}
</style>
background-color css
<style>
a { background-color: #EFF7A8; }
a { background-color: rgb(239,247,168); }
div.DivClassName
{
background-color: #EFF7A8;
}
.BgClassName
{
background-color: #EFF7A8;
}
</style>
border-color css
<style>
span { border-color: #EFF7A8; }
span { border-color: rgb(239,247,168); }
td.TdClassName
{
border-color: #EFF7A8;
}
.TagClassName
{
border-color: #EFF7A8;
}
</style>