Shades of Australian Mint #EFF5AB
Tints of Australian Mint #EFF5AB
RGB
CMYK
RGB Variations
Color information
#EFF5AB (or 0xEFF5AB) is known color: Australian Mint. HEX triplet: EF, F5 and AB. RGB value is (239,245,171). Sum of RGB (Red+Green+Blue) = 239+245+171=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 171 (67.19% from 255 or 26.11% from 655); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF5AB is #100A54. Grayscale: #EBEBEB. Windows color (decimal): -1051221 or 11269615. OLE color: 11269615.
HSL color Cylindrical-coordinate representation of color #EFF5AB: hue angle of 64.86º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFF5AB is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 171 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.04 |
| HSL | 64.86º | 0.79% | 0.82% | - |
| HSV(B) | 64.86º | 0.3% | 0.96% | - |
| XYZ | 75.6 | 86.6 | 51.26 | - |
| YUV | 234.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 171 | 0.02 | 0 | 0.30 | 0.04 | 64.86 | 0.79 | 0.82 |
| Hex | EF | F5 | AB | 2 | 0 | 1E | 4 | 41 | 4F | 52 |
| Octal | 357 | 365 | 253 | 2 | 0 | 36 | 4 | 101 | 117 | 122 |
| Binary | 11101111 | 11110101 | 10101011 | 10 | 0 | 11110 | 100 | 1000001 | 1001111 | 1010010 |
Color Harmonies of #EFF5AB
Complementary color
Monochromatic Colors of #EFF5AB
Black with #EFF5AB
Text Example
Text Example
White with #EFF5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5AB; }
p { color: rgb(239,245,171); }
H1.HeaderClassName
{
color: #EFF5AB;
}
.AnyTagClassName
{
color: #EFF5AB;
}
</style>
background-color css
<style>
a { background-color: #EFF5AB; }
a { background-color: rgb(239,245,171); }
div.DivClassName
{
background-color: #EFF5AB;
}
.BgClassName
{
background-color: #EFF5AB;
}
</style>
border-color css
<style>
span { border-color: #EFF5AB; }
span { border-color: rgb(239,245,171); }
td.TdClassName
{
border-color: #EFF5AB;
}
.TagClassName
{
border-color: #EFF5AB;
}
</style>