Shades of Australian Mint #EBFDB0
Tints of Australian Mint #EBFDB0
RGB
CMYK
RGB Variations
Color information
#EBFDB0 (or 0xEBFDB0) is known color: Australian Mint. HEX triplet: EB, FD and B0. RGB value is (235,253,176). Sum of RGB (Red+Green+Blue) = 235+253+176=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 176 (69.14% from 255 or 26.51% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFDB0 is #14024F. Grayscale: #EFEFEF. Windows color (decimal): -1311312 or 11599339. OLE color: 11599339.
HSL color Cylindrical-coordinate representation of color #EBFDB0: hue angle of 74.03º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBFDB0 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 176 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.01 |
| HSL | 74.03º | 0.95% | 0.84% | - |
| HSV(B) | 74.03º | 0.3% | 0.99% | - |
| XYZ | 77.22 | 91.05 | 54.58 | - |
| YUV | 238.84 | 92.54 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 176 | 0.07 | 0 | 0.30 | 0.01 | 74.03 | 0.95 | 0.84 |
| Hex | EB | FD | B0 | 7 | 0 | 1E | 1 | 4A | 5F | 54 |
| Octal | 353 | 375 | 260 | 7 | 0 | 36 | 1 | 112 | 137 | 124 |
| Binary | 11101011 | 11111101 | 10110000 | 111 | 0 | 11110 | 1 | 1001010 | 1011111 | 1010100 |
Color Harmonies of #EBFDB0
Complementary color
Monochromatic Colors of #EBFDB0
Black with #EBFDB0
Text Example
Text Example
White with #EBFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDB0; }
p { color: rgb(235,253,176); }
H1.HeaderClassName
{
color: #EBFDB0;
}
.AnyTagClassName
{
color: #EBFDB0;
}
</style>
background-color css
<style>
a { background-color: #EBFDB0; }
a { background-color: rgb(235,253,176); }
div.DivClassName
{
background-color: #EBFDB0;
}
.BgClassName
{
background-color: #EBFDB0;
}
</style>
border-color css
<style>
span { border-color: #EBFDB0; }
span { border-color: rgb(235,253,176); }
td.TdClassName
{
border-color: #EBFDB0;
}
.TagClassName
{
border-color: #EBFDB0;
}
</style>