Shades of Australian Mint #EFFDA2
Tints of Australian Mint #EFFDA2
RGB
CMYK
RGB Variations
Color information
#EFFDA2 (or 0xEFFDA2) is known color: Australian Mint. HEX triplet: EF, FD and A2. RGB value is (239,253,162). Sum of RGB (Red+Green+Blue) = 239+253+162=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 162 (63.67% from 255 or 24.77% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFDA2 is #10025D. Grayscale: #EEEEEE. Windows color (decimal): -1049182 or 10681839. OLE color: 10681839.
HSL color Cylindrical-coordinate representation of color #EFFDA2: hue angle of 69.23º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFFDA2 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 162 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.01 |
| HSL | 69.23º | 0.96% | 0.81% | - |
| HSV(B) | 69.23º | 0.36% | 0.99% | - |
| XYZ | 77.24 | 91.21 | 47.72 | - |
| YUV | 238.44 | 84.86 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 162 | 0.06 | 0 | 0.36 | 0.01 | 69.23 | 0.96 | 0.81 |
| Hex | EF | FD | A2 | 6 | 0 | 24 | 1 | 45 | 60 | 51 |
| Octal | 357 | 375 | 242 | 6 | 0 | 44 | 1 | 105 | 140 | 121 |
| Binary | 11101111 | 11111101 | 10100010 | 110 | 0 | 100100 | 1 | 1000101 | 1100000 | 1010001 |
Color Harmonies of #EFFDA2
Complementary color
Monochromatic Colors of #EFFDA2
Black with #EFFDA2
Text Example
Text Example
White with #EFFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDA2; }
p { color: rgb(239,253,162); }
H1.HeaderClassName
{
color: #EFFDA2;
}
.AnyTagClassName
{
color: #EFFDA2;
}
</style>
background-color css
<style>
a { background-color: #EFFDA2; }
a { background-color: rgb(239,253,162); }
div.DivClassName
{
background-color: #EFFDA2;
}
.BgClassName
{
background-color: #EFFDA2;
}
</style>
border-color css
<style>
span { border-color: #EFFDA2; }
span { border-color: rgb(239,253,162); }
td.TdClassName
{
border-color: #EFFDA2;
}
.TagClassName
{
border-color: #EFFDA2;
}
</style>