Shades of Australian Mint #EFF3B0
Tints of Australian Mint #EFF3B0
RGB
CMYK
RGB Variations
Color information
#EFF3B0 (or 0xEFF3B0) is known color: Australian Mint. HEX triplet: EF, F3 and B0. RGB value is (239,243,176). Sum of RGB (Red+Green+Blue) = 239+243+176=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 176 (69.14% from 255 or 26.75% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF3B0 is #100C4F. Grayscale: #EAEAEA. Windows color (decimal): -1051728 or 11596783. OLE color: 11596783.
HSL color Cylindrical-coordinate representation of color #EFF3B0: hue angle of 63.58º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFF3B0 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 176 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.05 |
| HSL | 63.58º | 0.74% | 0.82% | - |
| HSV(B) | 63.58º | 0.28% | 0.95% | - |
| XYZ | 75.48 | 85.59 | 53.62 | - |
| YUV | 234.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 176 | 0.02 | 0 | 0.28 | 0.05 | 63.58 | 0.74 | 0.82 |
| Hex | EF | F3 | B0 | 2 | 0 | 1C | 5 | 40 | 4A | 52 |
| Octal | 357 | 363 | 260 | 2 | 0 | 34 | 5 | 100 | 112 | 122 |
| Binary | 11101111 | 11110011 | 10110000 | 10 | 0 | 11100 | 101 | 1000000 | 1001010 | 1010010 |
Color Harmonies of #EFF3B0
Complementary color
Monochromatic Colors of #EFF3B0
Black with #EFF3B0
Text Example
Text Example
White with #EFF3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3B0; }
p { color: rgb(239,243,176); }
H1.HeaderClassName
{
color: #EFF3B0;
}
.AnyTagClassName
{
color: #EFF3B0;
}
</style>
background-color css
<style>
a { background-color: #EFF3B0; }
a { background-color: rgb(239,243,176); }
div.DivClassName
{
background-color: #EFF3B0;
}
.BgClassName
{
background-color: #EFF3B0;
}
</style>
border-color css
<style>
span { border-color: #EFF3B0; }
span { border-color: rgb(239,243,176); }
td.TdClassName
{
border-color: #EFF3B0;
}
.TagClassName
{
border-color: #EFF3B0;
}
</style>