Shades of Australian Mint #EFF4AF
Tints of Australian Mint #EFF4AF
RGB
CMYK
RGB Variations
Color information
#EFF4AF (or 0xEFF4AF) is known color: Australian Mint. HEX triplet: EF, F4 and AF. RGB value is (239,244,175). Sum of RGB (Red+Green+Blue) = 239+244+175=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF4AF is #100B50. Grayscale: #EAEAEA. Windows color (decimal): -1051473 or 11531503. OLE color: 11531503.
HSL color Cylindrical-coordinate representation of color #EFF4AF: hue angle of 64.35º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFF4AF is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 175 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.04 |
| HSL | 64.35º | 0.76% | 0.82% | - |
| HSV(B) | 64.35º | 0.28% | 0.96% | - |
| XYZ | 75.69 | 86.15 | 53.2 | - |
| YUV | 234.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 175 | 0.02 | 0 | 0.28 | 0.04 | 64.35 | 0.76 | 0.82 |
| Hex | EF | F4 | AF | 2 | 0 | 1C | 4 | 40 | 4C | 52 |
| Octal | 357 | 364 | 257 | 2 | 0 | 34 | 4 | 100 | 114 | 122 |
| Binary | 11101111 | 11110100 | 10101111 | 10 | 0 | 11100 | 100 | 1000000 | 1001100 | 1010010 |
Color Harmonies of #EFF4AF
Complementary color
Monochromatic Colors of #EFF4AF
Black with #EFF4AF
Text Example
Text Example
White with #EFF4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4AF; }
p { color: rgb(239,244,175); }
H1.HeaderClassName
{
color: #EFF4AF;
}
.AnyTagClassName
{
color: #EFF4AF;
}
</style>
background-color css
<style>
a { background-color: #EFF4AF; }
a { background-color: rgb(239,244,175); }
div.DivClassName
{
background-color: #EFF4AF;
}
.BgClassName
{
background-color: #EFF4AF;
}
</style>
border-color css
<style>
span { border-color: #EFF4AF; }
span { border-color: rgb(239,244,175); }
td.TdClassName
{
border-color: #EFF4AF;
}
.TagClassName
{
border-color: #EFF4AF;
}
</style>