Shades of Australian Mint #EBFDB4
Tints of Australian Mint #EBFDB4
RGB
CMYK
RGB Variations
Color information
#EBFDB4 (or 0xEBFDB4) is known color: Australian Mint. HEX triplet: EB, FD and B4. RGB value is (235,253,180). Sum of RGB (Red+Green+Blue) = 235+253+180=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 180 (70.70% from 255 or 26.95% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDB4 is #14024B. Grayscale: #EFEFEF. Windows color (decimal): -1311308 or 11861483. OLE color: 11861483.
HSL color Cylindrical-coordinate representation of color #EBFDB4: hue angle of 74.79º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBFDB4 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 180 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.01 |
| HSL | 74.79º | 0.95% | 0.85% | - |
| HSV(B) | 74.79º | 0.29% | 0.99% | - |
| XYZ | 77.62 | 91.21 | 56.69 | - |
| YUV | 239.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 180 | 0.07 | 0 | 0.29 | 0.01 | 74.79 | 0.95 | 0.85 |
| Hex | EB | FD | B4 | 7 | 0 | 1D | 1 | 4B | 5F | 55 |
| Octal | 353 | 375 | 264 | 7 | 0 | 35 | 1 | 113 | 137 | 125 |
| Binary | 11101011 | 11111101 | 10110100 | 111 | 0 | 11101 | 1 | 1001011 | 1011111 | 1010101 |
Color Harmonies of #EBFDB4
Complementary color
Monochromatic Colors of #EBFDB4
Black with #EBFDB4
Text Example
Text Example
White with #EBFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDB4; }
p { color: rgb(235,253,180); }
H1.HeaderClassName
{
color: #EBFDB4;
}
.AnyTagClassName
{
color: #EBFDB4;
}
</style>
background-color css
<style>
a { background-color: #EBFDB4; }
a { background-color: rgb(235,253,180); }
div.DivClassName
{
background-color: #EBFDB4;
}
.BgClassName
{
background-color: #EBFDB4;
}
</style>
border-color css
<style>
span { border-color: #EBFDB4; }
span { border-color: rgb(235,253,180); }
td.TdClassName
{
border-color: #EBFDB4;
}
.TagClassName
{
border-color: #EBFDB4;
}
</style>