Shades of Australian Mint #EBFBB5
Tints of Australian Mint #EBFBB5
RGB
CMYK
RGB Variations
Color information
#EBFBB5 (or 0xEBFBB5) is known color: Australian Mint. HEX triplet: EB, FB and B5. RGB value is (235,251,181). Sum of RGB (Red+Green+Blue) = 235+251+181=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 181 (71.09% from 255 or 27.14% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFBB5 is #14044A. Grayscale: #EEEEEE. Windows color (decimal): -1311819 or 11926507. OLE color: 11926507.
HSL color Cylindrical-coordinate representation of color #EBFBB5: hue angle of 73.71º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBFBB5 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 251 | 181 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.02 |
| HSL | 73.71º | 0.9% | 0.85% | - |
| HSV(B) | 73.71º | 0.28% | 0.98% | - |
| XYZ | 77.1 | 89.99 | 57.02 | - |
| YUV | 238.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 251 | 181 | 0.06 | 0 | 0.28 | 0.02 | 73.71 | 0.9 | 0.85 |
| Hex | EB | FB | B5 | 6 | 0 | 1C | 2 | 4A | 5A | 55 |
| Octal | 353 | 373 | 265 | 6 | 0 | 34 | 2 | 112 | 132 | 125 |
| Binary | 11101011 | 11111011 | 10110101 | 110 | 0 | 11100 | 10 | 1001010 | 1011010 | 1010101 |
Color Harmonies of #EBFBB5
Complementary color
Monochromatic Colors of #EBFBB5
Black with #EBFBB5
Text Example
Text Example
White with #EBFBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFBB5; }
p { color: rgb(235,251,181); }
H1.HeaderClassName
{
color: #EBFBB5;
}
.AnyTagClassName
{
color: #EBFBB5;
}
</style>
background-color css
<style>
a { background-color: #EBFBB5; }
a { background-color: rgb(235,251,181); }
div.DivClassName
{
background-color: #EBFBB5;
}
.BgClassName
{
background-color: #EBFBB5;
}
</style>
border-color css
<style>
span { border-color: #EBFBB5; }
span { border-color: rgb(235,251,181); }
td.TdClassName
{
border-color: #EBFBB5;
}
.TagClassName
{
border-color: #EBFBB5;
}
</style>