Shades of Australian Mint #EFFBA7
Tints of Australian Mint #EFFBA7
RGB
CMYK
RGB Variations
Color information
#EFFBA7 (or 0xEFFBA7) is known color: Australian Mint. HEX triplet: EF, FB and A7. RGB value is (239,251,167). Sum of RGB (Red+Green+Blue) = 239+251+167=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 167 (65.62% from 255 or 25.42% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFBA7 is #100458. Grayscale: #EEEEEE. Windows color (decimal): -1049689 or 11009007. OLE color: 11009007.
HSL color Cylindrical-coordinate representation of color #EFFBA7: hue angle of 68.57º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFFBA7 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 167 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.02 |
| HSL | 68.57º | 0.91% | 0.82% | - |
| HSV(B) | 68.57º | 0.33% | 0.98% | - |
| XYZ | 77.07 | 90.14 | 49.9 | - |
| YUV | 237.84 | 88.02 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 167 | 0.05 | 0 | 0.33 | 0.02 | 68.57 | 0.91 | 0.82 |
| Hex | EF | FB | A7 | 5 | 0 | 21 | 2 | 45 | 5B | 52 |
| Octal | 357 | 373 | 247 | 5 | 0 | 41 | 2 | 105 | 133 | 122 |
| Binary | 11101111 | 11111011 | 10100111 | 101 | 0 | 100001 | 10 | 1000101 | 1011011 | 1010010 |
Color Harmonies of #EFFBA7
Complementary color
Monochromatic Colors of #EFFBA7
Black with #EFFBA7
Text Example
Text Example
White with #EFFBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBA7; }
p { color: rgb(239,251,167); }
H1.HeaderClassName
{
color: #EFFBA7;
}
.AnyTagClassName
{
color: #EFFBA7;
}
</style>
background-color css
<style>
a { background-color: #EFFBA7; }
a { background-color: rgb(239,251,167); }
div.DivClassName
{
background-color: #EFFBA7;
}
.BgClassName
{
background-color: #EFFBA7;
}
</style>
border-color css
<style>
span { border-color: #EFFBA7; }
span { border-color: rgb(239,251,167); }
td.TdClassName
{
border-color: #EFFBA7;
}
.TagClassName
{
border-color: #EFFBA7;
}
</style>