Shades of Australian Mint #E8FBAF
Tints of Australian Mint #E8FBAF
RGB
CMYK
RGB Variations
Color information
#E8FBAF (or 0xE8FBAF) is known color: Australian Mint. HEX triplet: E8, FB and AF. RGB value is (232,251,175). Sum of RGB (Red+Green+Blue) = 232+251+175=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #E8FBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FBAF is #170450. Grayscale: #ECECEC. Windows color (decimal): -1508433 or 11533288. OLE color: 11533288.
HSL color Cylindrical-coordinate representation of color #E8FBAF: hue angle of 75º 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 #E8FBAF is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 251 | 175 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.02 |
| HSL | 75º | 0.9% | 0.84% | - |
| HSV(B) | 75º | 0.3% | 0.98% | - |
| XYZ | 75.51 | 89.25 | 53.8 | - |
| YUV | 236.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 251 | 175 | 0.08 | 0 | 0.30 | 0.02 | 75 | 0.9 | 0.84 |
| Hex | E8 | FB | AF | 8 | 0 | 1E | 2 | 4B | 5A | 54 |
| Octal | 350 | 373 | 257 | 10 | 0 | 36 | 2 | 113 | 132 | 124 |
| Binary | 11101000 | 11111011 | 10101111 | 1000 | 0 | 11110 | 10 | 1001011 | 1011010 | 1010100 |
Color Harmonies of #E8FBAF
Complementary color
Monochromatic Colors of #E8FBAF
Black with #E8FBAF
Text Example
Text Example
White with #E8FBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FBAF; }
p { color: rgb(232,251,175); }
H1.HeaderClassName
{
color: #E8FBAF;
}
.AnyTagClassName
{
color: #E8FBAF;
}
</style>
background-color css
<style>
a { background-color: #E8FBAF; }
a { background-color: rgb(232,251,175); }
div.DivClassName
{
background-color: #E8FBAF;
}
.BgClassName
{
background-color: #E8FBAF;
}
</style>
border-color css
<style>
span { border-color: #E8FBAF; }
span { border-color: rgb(232,251,175); }
td.TdClassName
{
border-color: #E8FBAF;
}
.TagClassName
{
border-color: #E8FBAF;
}
</style>