Shades of Australian Mint #EBFBB3
Tints of Australian Mint #EBFBB3
RGB
CMYK
RGB Variations
Color information
#EBFBB3 (or 0xEBFBB3) is known color: Australian Mint. HEX triplet: EB, FB and B3. RGB value is (235,251,179). Sum of RGB (Red+Green+Blue) = 235+251+179=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 179 (70.31% from 255 or 26.92% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFBB3 is #14044C. Grayscale: #EEEEEE. Windows color (decimal): -1311821 or 11795435. OLE color: 11795435.
HSL color Cylindrical-coordinate representation of color #EBFBB3: hue angle of 73.33º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBFBB3 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 251 | 179 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.02 |
| HSL | 73.33º | 0.9% | 0.84% | - |
| HSV(B) | 73.33º | 0.29% | 0.98% | - |
| XYZ | 76.89 | 89.91 | 55.95 | - |
| YUV | 238.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 251 | 179 | 0.06 | 0 | 0.29 | 0.02 | 73.33 | 0.9 | 0.84 |
| Hex | EB | FB | B3 | 6 | 0 | 1D | 2 | 49 | 5A | 54 |
| Octal | 353 | 373 | 263 | 6 | 0 | 35 | 2 | 111 | 132 | 124 |
| Binary | 11101011 | 11111011 | 10110011 | 110 | 0 | 11101 | 10 | 1001001 | 1011010 | 1010100 |
Color Harmonies of #EBFBB3
Complementary color
Monochromatic Colors of #EBFBB3
Black with #EBFBB3
Text Example
Text Example
White with #EBFBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFBB3; }
p { color: rgb(235,251,179); }
H1.HeaderClassName
{
color: #EBFBB3;
}
.AnyTagClassName
{
color: #EBFBB3;
}
</style>
background-color css
<style>
a { background-color: #EBFBB3; }
a { background-color: rgb(235,251,179); }
div.DivClassName
{
background-color: #EBFBB3;
}
.BgClassName
{
background-color: #EBFBB3;
}
</style>
border-color css
<style>
span { border-color: #EBFBB3; }
span { border-color: rgb(235,251,179); }
td.TdClassName
{
border-color: #EBFBB3;
}
.TagClassName
{
border-color: #EBFBB3;
}
</style>