Shades of Australian Mint #EFFFB3
Tints of Australian Mint #EFFFB3
RGB
CMYK
RGB Variations
Color information
#EFFFB3 (or 0xEFFFB3) is known color: Australian Mint. HEX triplet: EF, FF and B3. RGB value is (239,255,179). Sum of RGB (Red+Green+Blue) = 239+255+179=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 179 (70.31% from 255 or 26.60% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFB3 is #10004C. Grayscale: #F1F1F1. Windows color (decimal): -1048653 or 11796463. OLE color: 11796463.
HSL color Cylindrical-coordinate representation of color #EFFFB3: hue angle of 72.63º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFFFB3 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 179 | - |
| CMYK | 0.06 | 0 | 0.30 | 0 |
| HSL | 72.63º | 1% | 0.85% | - |
| HSV(B) | 72.63º | 0.3% | 1% | - |
| XYZ | 79.49 | 93.13 | 56.43 | - |
| YUV | 241.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 179 | 0.06 | 0 | 0.30 | 0 | 72.63 | 1 | 0.85 |
| Hex | EF | FF | B3 | 6 | 0 | 1E | 0 | 49 | 64 | 55 |
| Octal | 357 | 377 | 263 | 6 | 0 | 36 | 0 | 111 | 144 | 125 |
| Binary | 11101111 | 11111111 | 10110011 | 110 | 0 | 11110 | 0 | 1001001 | 1100100 | 1010101 |
Color Harmonies of #EFFFB3
Complementary color
Monochromatic Colors of #EFFFB3
Black with #EFFFB3
Text Example
Text Example
White with #EFFFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFB3; }
p { color: rgb(239,255,179); }
H1.HeaderClassName
{
color: #EFFFB3;
}
.AnyTagClassName
{
color: #EFFFB3;
}
</style>
background-color css
<style>
a { background-color: #EFFFB3; }
a { background-color: rgb(239,255,179); }
div.DivClassName
{
background-color: #EFFFB3;
}
.BgClassName
{
background-color: #EFFFB3;
}
</style>
border-color css
<style>
span { border-color: #EFFFB3; }
span { border-color: rgb(239,255,179); }
td.TdClassName
{
border-color: #EFFFB3;
}
.TagClassName
{
border-color: #EFFFB3;
}
</style>