Shades of Australian Mint #E8FFB0
Tints of Australian Mint #E8FFB0
RGB
CMYK
RGB Variations
Color information
#E8FFB0 (or 0xE8FFB0) is known color: Australian Mint. HEX triplet: E8, FF and B0. RGB value is (232,255,176). Sum of RGB (Red+Green+Blue) = 232+255+176=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 176 (69.14% from 255 or 26.55% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #E8FFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FFB0 is #17004F. Grayscale: #EFEFEF. Windows color (decimal): -1507408 or 11599848. OLE color: 11599848.
HSL color Cylindrical-coordinate representation of color #E8FFB0: hue angle of 77.47º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8FFB0 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 255 | 176 | - |
| CMYK | 0.09 | 0 | 0.31 | 0 |
| HSL | 77.47º | 1% | 0.85% | - |
| HSV(B) | 77.47º | 0.31% | 1% | - |
| XYZ | 76.88 | 91.81 | 54.74 | - |
| YUV | 239.12 | 92.38 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 255 | 176 | 0.09 | 0 | 0.31 | 0 | 77.47 | 1 | 0.85 |
| Hex | E8 | FF | B0 | 9 | 0 | 1F | 0 | 4D | 64 | 55 |
| Octal | 350 | 377 | 260 | 11 | 0 | 37 | 0 | 115 | 144 | 125 |
| Binary | 11101000 | 11111111 | 10110000 | 1001 | 0 | 11111 | 0 | 1001101 | 1100100 | 1010101 |
Color Harmonies of #E8FFB0
Complementary color
Monochromatic Colors of #E8FFB0
Black with #E8FFB0
Text Example
Text Example
White with #E8FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FFB0; }
p { color: rgb(232,255,176); }
H1.HeaderClassName
{
color: #E8FFB0;
}
.AnyTagClassName
{
color: #E8FFB0;
}
</style>
background-color css
<style>
a { background-color: #E8FFB0; }
a { background-color: rgb(232,255,176); }
div.DivClassName
{
background-color: #E8FFB0;
}
.BgClassName
{
background-color: #E8FFB0;
}
</style>
border-color css
<style>
span { border-color: #E8FFB0; }
span { border-color: rgb(232,255,176); }
td.TdClassName
{
border-color: #E8FFB0;
}
.TagClassName
{
border-color: #E8FFB0;
}
</style>