Shades of Australian Mint #E8FBB0
Tints of Australian Mint #E8FBB0
RGB
CMYK
RGB Variations
Color information
#E8FBB0 (or 0xE8FBB0) is known color: Australian Mint. HEX triplet: E8, FB and B0. RGB value is (232,251,176). Sum of RGB (Red+Green+Blue) = 232+251+176=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 176 (69.14% from 255 or 26.71% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #E8FBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FBB0 is #17044F. Grayscale: #EDEDED. Windows color (decimal): -1508432 or 11598824. OLE color: 11598824.
HSL color Cylindrical-coordinate representation of color #E8FBB0: hue angle of 75.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8FBB0 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 251 | 176 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.02 |
| HSL | 75.2º | 0.9% | 0.84% | - |
| HSV(B) | 75.2º | 0.3% | 0.98% | - |
| XYZ | 75.61 | 89.28 | 54.32 | - |
| YUV | 236.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 251 | 176 | 0.08 | 0 | 0.30 | 0.02 | 75.2 | 0.9 | 0.84 |
| Hex | E8 | FB | B0 | 8 | 0 | 1E | 2 | 4B | 5A | 54 |
| Octal | 350 | 373 | 260 | 10 | 0 | 36 | 2 | 113 | 132 | 124 |
| Binary | 11101000 | 11111011 | 10110000 | 1000 | 0 | 11110 | 10 | 1001011 | 1011010 | 1010100 |
Color Harmonies of #E8FBB0
Complementary color
Monochromatic Colors of #E8FBB0
Black with #E8FBB0
Text Example
Text Example
White with #E8FBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FBB0; }
p { color: rgb(232,251,176); }
H1.HeaderClassName
{
color: #E8FBB0;
}
.AnyTagClassName
{
color: #E8FBB0;
}
</style>
background-color css
<style>
a { background-color: #E8FBB0; }
a { background-color: rgb(232,251,176); }
div.DivClassName
{
background-color: #E8FBB0;
}
.BgClassName
{
background-color: #E8FBB0;
}
</style>
border-color css
<style>
span { border-color: #E8FBB0; }
span { border-color: rgb(232,251,176); }
td.TdClassName
{
border-color: #E8FBB0;
}
.TagClassName
{
border-color: #E8FBB0;
}
</style>