Shades of Australian Mint #EBFDB1
Tints of Australian Mint #EBFDB1
RGB
CMYK
RGB Variations
Color information
#EBFDB1 (or 0xEBFDB1) is known color: Australian Mint. HEX triplet: EB, FD and B1. RGB value is (235,253,177). Sum of RGB (Red+Green+Blue) = 235+253+177=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 177 (69.53% from 255 or 26.62% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFDB1 is #14024E. Grayscale: #EFEFEF. Windows color (decimal): -1311311 or 11664875. OLE color: 11664875.
HSL color Cylindrical-coordinate representation of color #EBFDB1: hue angle of 74.21º 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 #EBFDB1 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 177 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.01 |
| HSL | 74.21º | 0.95% | 0.84% | - |
| HSV(B) | 74.21º | 0.3% | 0.99% | - |
| XYZ | 77.32 | 91.09 | 55.1 | - |
| YUV | 238.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 177 | 0.07 | 0 | 0.30 | 0.01 | 74.21 | 0.95 | 0.84 |
| Hex | EB | FD | B1 | 7 | 0 | 1E | 1 | 4A | 5F | 54 |
| Octal | 353 | 375 | 261 | 7 | 0 | 36 | 1 | 112 | 137 | 124 |
| Binary | 11101011 | 11111101 | 10110001 | 111 | 0 | 11110 | 1 | 1001010 | 1011111 | 1010100 |
Color Harmonies of #EBFDB1
Complementary color
Monochromatic Colors of #EBFDB1
Black with #EBFDB1
Text Example
Text Example
White with #EBFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDB1; }
p { color: rgb(235,253,177); }
H1.HeaderClassName
{
color: #EBFDB1;
}
.AnyTagClassName
{
color: #EBFDB1;
}
</style>
background-color css
<style>
a { background-color: #EBFDB1; }
a { background-color: rgb(235,253,177); }
div.DivClassName
{
background-color: #EBFDB1;
}
.BgClassName
{
background-color: #EBFDB1;
}
</style>
border-color css
<style>
span { border-color: #EBFDB1; }
span { border-color: rgb(235,253,177); }
td.TdClassName
{
border-color: #EBFDB1;
}
.TagClassName
{
border-color: #EBFDB1;
}
</style>