Shades of Australian Mint #EFFBB1
Tints of Australian Mint #EFFBB1
RGB
CMYK
RGB Variations
Color information
#EFFBB1 (or 0xEFFBB1) is known color: Australian Mint. HEX triplet: EF, FB and B1. RGB value is (239,251,177). Sum of RGB (Red+Green+Blue) = 239+251+177=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 177 (69.53% from 255 or 26.54% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFBB1 is #10044E. Grayscale: #EFEFEF. Windows color (decimal): -1049679 or 11664367. OLE color: 11664367.
HSL color Cylindrical-coordinate representation of color #EFFBB1: hue angle of 69.73º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFFBB1 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 177 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.02 |
| HSL | 69.73º | 0.9% | 0.84% | - |
| HSV(B) | 69.73º | 0.29% | 0.98% | - |
| XYZ | 78.03 | 90.52 | 54.95 | - |
| YUV | 238.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 177 | 0.05 | 0 | 0.29 | 0.02 | 69.73 | 0.9 | 0.84 |
| Hex | EF | FB | B1 | 5 | 0 | 1D | 2 | 46 | 5A | 54 |
| Octal | 357 | 373 | 261 | 5 | 0 | 35 | 2 | 106 | 132 | 124 |
| Binary | 11101111 | 11111011 | 10110001 | 101 | 0 | 11101 | 10 | 1000110 | 1011010 | 1010100 |
Color Harmonies of #EFFBB1
Complementary color
Monochromatic Colors of #EFFBB1
Black with #EFFBB1
Text Example
Text Example
White with #EFFBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBB1; }
p { color: rgb(239,251,177); }
H1.HeaderClassName
{
color: #EFFBB1;
}
.AnyTagClassName
{
color: #EFFBB1;
}
</style>
background-color css
<style>
a { background-color: #EFFBB1; }
a { background-color: rgb(239,251,177); }
div.DivClassName
{
background-color: #EFFBB1;
}
.BgClassName
{
background-color: #EFFBB1;
}
</style>
border-color css
<style>
span { border-color: #EFFBB1; }
span { border-color: rgb(239,251,177); }
td.TdClassName
{
border-color: #EFFBB1;
}
.TagClassName
{
border-color: #EFFBB1;
}
</style>