Shades of Australian Mint #E8FCB2
Tints of Australian Mint #E8FCB2
RGB
CMYK
RGB Variations
Color information
#E8FCB2 (or 0xE8FCB2) is known color: Australian Mint. HEX triplet: E8, FC and B2. RGB value is (232,252,178). Sum of RGB (Red+Green+Blue) = 232+252+178=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 178 (69.92% from 255 or 26.89% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #E8FCB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FCB2 is #17034D. Grayscale: #EDEDED. Windows color (decimal): -1508174 or 11730152. OLE color: 11730152.
HSL color Cylindrical-coordinate representation of color #E8FCB2: hue angle of 76.22º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8FCB2 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 252 | 178 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.01 |
| HSL | 76.22º | 0.93% | 0.84% | - |
| HSV(B) | 76.22º | 0.29% | 0.99% | - |
| XYZ | 76.12 | 89.99 | 55.48 | - |
| YUV | 237.58 | 94.37 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 252 | 178 | 0.08 | 0 | 0.29 | 0.01 | 76.22 | 0.93 | 0.84 |
| Hex | E8 | FC | B2 | 8 | 0 | 1D | 1 | 4C | 5C | 54 |
| Octal | 350 | 374 | 262 | 10 | 0 | 35 | 1 | 114 | 134 | 124 |
| Binary | 11101000 | 11111100 | 10110010 | 1000 | 0 | 11101 | 1 | 1001100 | 1011100 | 1010100 |
Color Harmonies of #E8FCB2
Complementary color
Monochromatic Colors of #E8FCB2
Black with #E8FCB2
Text Example
Text Example
White with #E8FCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FCB2; }
p { color: rgb(232,252,178); }
H1.HeaderClassName
{
color: #E8FCB2;
}
.AnyTagClassName
{
color: #E8FCB2;
}
</style>
background-color css
<style>
a { background-color: #E8FCB2; }
a { background-color: rgb(232,252,178); }
div.DivClassName
{
background-color: #E8FCB2;
}
.BgClassName
{
background-color: #E8FCB2;
}
</style>
border-color css
<style>
span { border-color: #E8FCB2; }
span { border-color: rgb(232,252,178); }
td.TdClassName
{
border-color: #E8FCB2;
}
.TagClassName
{
border-color: #E8FCB2;
}
</style>