Shades of Australian Mint #EFFDA8
Tints of Australian Mint #EFFDA8
RGB
CMYK
RGB Variations
Color information
#EFFDA8 (or 0xEFFDA8) is known color: Australian Mint. HEX triplet: EF, FD and A8. RGB value is (239,253,168). Sum of RGB (Red+Green+Blue) = 239+253+168=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 168 (66.02% from 255 or 25.45% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFDA8 is #100257. Grayscale: #EFEFEF. Windows color (decimal): -1049176 or 11075055. OLE color: 11075055.
HSL color Cylindrical-coordinate representation of color #EFFDA8: hue angle of 69.88º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFFDA8 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 168 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.01 |
| HSL | 69.88º | 0.96% | 0.83% | - |
| HSV(B) | 69.88º | 0.34% | 0.99% | - |
| XYZ | 77.79 | 91.43 | 50.59 | - |
| YUV | 239.12 | 87.86 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 168 | 0.06 | 0 | 0.34 | 0.01 | 69.88 | 0.96 | 0.83 |
| Hex | EF | FD | A8 | 6 | 0 | 22 | 1 | 46 | 60 | 53 |
| Octal | 357 | 375 | 250 | 6 | 0 | 42 | 1 | 106 | 140 | 123 |
| Binary | 11101111 | 11111101 | 10101000 | 110 | 0 | 100010 | 1 | 1000110 | 1100000 | 1010011 |
Color Harmonies of #EFFDA8
Complementary color
Monochromatic Colors of #EFFDA8
Black with #EFFDA8
Text Example
Text Example
White with #EFFDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDA8; }
p { color: rgb(239,253,168); }
H1.HeaderClassName
{
color: #EFFDA8;
}
.AnyTagClassName
{
color: #EFFDA8;
}
</style>
background-color css
<style>
a { background-color: #EFFDA8; }
a { background-color: rgb(239,253,168); }
div.DivClassName
{
background-color: #EFFDA8;
}
.BgClassName
{
background-color: #EFFDA8;
}
</style>
border-color css
<style>
span { border-color: #EFFDA8; }
span { border-color: rgb(239,253,168); }
td.TdClassName
{
border-color: #EFFDA8;
}
.TagClassName
{
border-color: #EFFDA8;
}
</style>