Shades of Australian Mint #EFFDB0
Tints of Australian Mint #EFFDB0
RGB
CMYK
RGB Variations
Color information
#EFFDB0 (or 0xEFFDB0) is known color: Australian Mint. HEX triplet: EF, FD and B0. RGB value is (239,253,176). Sum of RGB (Red+Green+Blue) = 239+253+176=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 176 (69.14% from 255 or 26.35% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFDB0 is #10024F. Grayscale: #F0F0F0. Windows color (decimal): -1049168 or 11599343. OLE color: 11599343.
HSL color Cylindrical-coordinate representation of color #EFFDB0: hue angle of 70.91º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFFDB0 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 176 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.01 |
| HSL | 70.91º | 0.95% | 0.84% | - |
| HSV(B) | 70.91º | 0.3% | 0.99% | - |
| XYZ | 78.56 | 91.74 | 54.64 | - |
| YUV | 240.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 176 | 0.06 | 0 | 0.30 | 0.01 | 70.91 | 0.95 | 0.84 |
| Hex | EF | FD | B0 | 6 | 0 | 1E | 1 | 47 | 5F | 54 |
| Octal | 357 | 375 | 260 | 6 | 0 | 36 | 1 | 107 | 137 | 124 |
| Binary | 11101111 | 11111101 | 10110000 | 110 | 0 | 11110 | 1 | 1000111 | 1011111 | 1010100 |
Color Harmonies of #EFFDB0
Complementary color
Monochromatic Colors of #EFFDB0
Black with #EFFDB0
Text Example
Text Example
White with #EFFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDB0; }
p { color: rgb(239,253,176); }
H1.HeaderClassName
{
color: #EFFDB0;
}
.AnyTagClassName
{
color: #EFFDB0;
}
</style>
background-color css
<style>
a { background-color: #EFFDB0; }
a { background-color: rgb(239,253,176); }
div.DivClassName
{
background-color: #EFFDB0;
}
.BgClassName
{
background-color: #EFFDB0;
}
</style>
border-color css
<style>
span { border-color: #EFFDB0; }
span { border-color: rgb(239,253,176); }
td.TdClassName
{
border-color: #EFFDB0;
}
.TagClassName
{
border-color: #EFFDB0;
}
</style>