Shades of Australian Mint #EFFBA3
Tints of Australian Mint #EFFBA3
RGB
CMYK
RGB Variations
Color information
#EFFBA3 (or 0xEFFBA3) is known color: Australian Mint. HEX triplet: EF, FB and A3. RGB value is (239,251,163). Sum of RGB (Red+Green+Blue) = 239+251+163=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 163 (64.06% from 255 or 24.96% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFBA3 is #10045C. Grayscale: #EDEDED. Windows color (decimal): -1049693 or 10746863. OLE color: 10746863.
HSL color Cylindrical-coordinate representation of color #EFFBA3: hue angle of 68.18º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFFBA3 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 163 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.02 |
| HSL | 68.18º | 0.92% | 0.81% | - |
| HSV(B) | 68.18º | 0.35% | 0.98% | - |
| XYZ | 76.7 | 89.99 | 47.98 | - |
| YUV | 237.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 163 | 0.05 | 0 | 0.35 | 0.02 | 68.18 | 0.92 | 0.81 |
| Hex | EF | FB | A3 | 5 | 0 | 23 | 2 | 44 | 5C | 51 |
| Octal | 357 | 373 | 243 | 5 | 0 | 43 | 2 | 104 | 134 | 121 |
| Binary | 11101111 | 11111011 | 10100011 | 101 | 0 | 100011 | 10 | 1000100 | 1011100 | 1010001 |
Color Harmonies of #EFFBA3
Complementary color
Monochromatic Colors of #EFFBA3
Black with #EFFBA3
Text Example
Text Example
White with #EFFBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBA3; }
p { color: rgb(239,251,163); }
H1.HeaderClassName
{
color: #EFFBA3;
}
.AnyTagClassName
{
color: #EFFBA3;
}
</style>
background-color css
<style>
a { background-color: #EFFBA3; }
a { background-color: rgb(239,251,163); }
div.DivClassName
{
background-color: #EFFBA3;
}
.BgClassName
{
background-color: #EFFBA3;
}
</style>
border-color css
<style>
span { border-color: #EFFBA3; }
span { border-color: rgb(239,251,163); }
td.TdClassName
{
border-color: #EFFBA3;
}
.TagClassName
{
border-color: #EFFBA3;
}
</style>