Shades of Australian Mint #EFF7AD
Tints of Australian Mint #EFF7AD
RGB
CMYK
RGB Variations
Color information
#EFF7AD (or 0xEFF7AD) is known color: Australian Mint. HEX triplet: EF, F7 and AD. RGB value is (239,247,173). Sum of RGB (Red+Green+Blue) = 239+247+173=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 173 (67.97% from 255 or 26.25% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF7AD is #100852. Grayscale: #ECECEC. Windows color (decimal): -1050707 or 11401199. OLE color: 11401199.
HSL color Cylindrical-coordinate representation of color #EFF7AD: hue angle of 66.49º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFF7AD is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 173 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.03 |
| HSL | 66.49º | 0.82% | 0.82% | - |
| HSV(B) | 66.49º | 0.3% | 0.97% | - |
| XYZ | 76.4 | 87.89 | 52.47 | - |
| YUV | 236.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 173 | 0.03 | 0 | 0.30 | 0.03 | 66.49 | 0.82 | 0.82 |
| Hex | EF | F7 | AD | 3 | 0 | 1E | 3 | 42 | 52 | 52 |
| Octal | 357 | 367 | 255 | 3 | 0 | 36 | 3 | 102 | 122 | 122 |
| Binary | 11101111 | 11110111 | 10101101 | 11 | 0 | 11110 | 11 | 1000010 | 1010010 | 1010010 |
Color Harmonies of #EFF7AD
Complementary color
Monochromatic Colors of #EFF7AD
Black with #EFF7AD
Text Example
Text Example
White with #EFF7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7AD; }
p { color: rgb(239,247,173); }
H1.HeaderClassName
{
color: #EFF7AD;
}
.AnyTagClassName
{
color: #EFF7AD;
}
</style>
background-color css
<style>
a { background-color: #EFF7AD; }
a { background-color: rgb(239,247,173); }
div.DivClassName
{
background-color: #EFF7AD;
}
.BgClassName
{
background-color: #EFF7AD;
}
</style>
border-color css
<style>
span { border-color: #EFF7AD; }
span { border-color: rgb(239,247,173); }
td.TdClassName
{
border-color: #EFF7AD;
}
.TagClassName
{
border-color: #EFF7AD;
}
</style>