Shades of Australian Mint #EFF2AB
Tints of Australian Mint #EFF2AB
RGB
CMYK
RGB Variations
Color information
#EFF2AB (or 0xEFF2AB) is known color: Australian Mint. HEX triplet: EF, F2 and AB. RGB value is (239,242,171). Sum of RGB (Red+Green+Blue) = 239+242+171=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 171 (67.19% from 255 or 26.23% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF2AB is #100D54. Grayscale: #E9E9E9. Windows color (decimal): -1051989 or 11268847. OLE color: 11268847.
HSL color Cylindrical-coordinate representation of color #EFF2AB: hue angle of 62.54º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFF2AB is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 171 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.05 |
| HSL | 62.54º | 0.73% | 0.81% | - |
| HSV(B) | 62.54º | 0.29% | 0.95% | - |
| XYZ | 74.7 | 84.8 | 50.96 | - |
| YUV | 233.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 171 | 0.01 | 0 | 0.29 | 0.05 | 62.54 | 0.73 | 0.81 |
| Hex | EF | F2 | AB | 1 | 0 | 1D | 5 | 3F | 49 | 51 |
| Octal | 357 | 362 | 253 | 1 | 0 | 35 | 5 | 77 | 111 | 121 |
| Binary | 11101111 | 11110010 | 10101011 | 1 | 0 | 11101 | 101 | 111111 | 1001001 | 1010001 |
Color Harmonies of #EFF2AB
Complementary color
Monochromatic Colors of #EFF2AB
Black with #EFF2AB
Text Example
Text Example
White with #EFF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2AB; }
p { color: rgb(239,242,171); }
H1.HeaderClassName
{
color: #EFF2AB;
}
.AnyTagClassName
{
color: #EFF2AB;
}
</style>
background-color css
<style>
a { background-color: #EFF2AB; }
a { background-color: rgb(239,242,171); }
div.DivClassName
{
background-color: #EFF2AB;
}
.BgClassName
{
background-color: #EFF2AB;
}
</style>
border-color css
<style>
span { border-color: #EFF2AB; }
span { border-color: rgb(239,242,171); }
td.TdClassName
{
border-color: #EFF2AB;
}
.TagClassName
{
border-color: #EFF2AB;
}
</style>