Shades of Australian Mint #E8FEB2
Tints of Australian Mint #E8FEB2
RGB
CMYK
RGB Variations
Color information
#E8FEB2 (or 0xE8FEB2) is known color: Australian Mint. HEX triplet: E8, FE and B2. RGB value is (232,254,178). Sum of RGB (Red+Green+Blue) = 232+254+178=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 178 (69.92% from 255 or 26.81% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #E8FEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FEB2 is #17014D. Grayscale: #EFEFEF. Windows color (decimal): -1507662 or 11730664. OLE color: 11730664.
HSL color Cylindrical-coordinate representation of color #E8FEB2: hue angle of 77.37º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8FEB2 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 254 | 178 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.00 |
| HSL | 77.37º | 0.97% | 0.85% | - |
| HSV(B) | 77.37º | 0.3% | 1% | - |
| XYZ | 76.76 | 91.25 | 55.69 | - |
| YUV | 238.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 254 | 178 | 0.09 | 0 | 0.30 | 0.00 | 77.37 | 0.97 | 0.85 |
| Hex | E8 | FE | B2 | 9 | 0 | 1E | 0 | 4D | 61 | 55 |
| Octal | 350 | 376 | 262 | 11 | 0 | 36 | 0 | 115 | 141 | 125 |
| Binary | 11101000 | 11111110 | 10110010 | 1001 | 0 | 11110 | 0 | 1001101 | 1100001 | 1010101 |
Color Harmonies of #E8FEB2
Complementary color
Monochromatic Colors of #E8FEB2
Black with #E8FEB2
Text Example
Text Example
White with #E8FEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FEB2; }
p { color: rgb(232,254,178); }
H1.HeaderClassName
{
color: #E8FEB2;
}
.AnyTagClassName
{
color: #E8FEB2;
}
</style>
background-color css
<style>
a { background-color: #E8FEB2; }
a { background-color: rgb(232,254,178); }
div.DivClassName
{
background-color: #E8FEB2;
}
.BgClassName
{
background-color: #E8FEB2;
}
</style>
border-color css
<style>
span { border-color: #E8FEB2; }
span { border-color: rgb(232,254,178); }
td.TdClassName
{
border-color: #E8FEB2;
}
.TagClassName
{
border-color: #E8FEB2;
}
</style>