Shades of Australian Mint #E6FBAF
Tints of Australian Mint #E6FBAF
RGB
CMYK
RGB Variations
Color information
#E6FBAF (or 0xE6FBAF) is known color: Australian Mint. HEX triplet: E6, FB and AF. RGB value is (230,251,175). Sum of RGB (Red+Green+Blue) = 230+251+175=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 175 (68.75% from 255 or 26.68% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FBAF is #190450. Grayscale: #ECECEC. Windows color (decimal): -1639505 or 11533286. OLE color: 11533286.
HSL color Cylindrical-coordinate representation of color #E6FBAF: hue angle of 76.58º 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 #E6FBAF is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 251 | 175 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.02 |
| HSL | 76.58º | 0.9% | 0.84% | - |
| HSV(B) | 76.58º | 0.3% | 0.98% | - |
| XYZ | 74.87 | 88.91 | 53.77 | - |
| YUV | 236.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 251 | 175 | 0.08 | 0 | 0.30 | 0.02 | 76.58 | 0.9 | 0.84 |
| Hex | E6 | FB | AF | 8 | 0 | 1E | 2 | 4D | 5A | 54 |
| Octal | 346 | 373 | 257 | 10 | 0 | 36 | 2 | 115 | 132 | 124 |
| Binary | 11100110 | 11111011 | 10101111 | 1000 | 0 | 11110 | 10 | 1001101 | 1011010 | 1010100 |
Color Harmonies of #E6FBAF
Complementary color
Monochromatic Colors of #E6FBAF
Black with #E6FBAF
Text Example
Text Example
White with #E6FBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FBAF; }
p { color: rgb(230,251,175); }
H1.HeaderClassName
{
color: #E6FBAF;
}
.AnyTagClassName
{
color: #E6FBAF;
}
</style>
background-color css
<style>
a { background-color: #E6FBAF; }
a { background-color: rgb(230,251,175); }
div.DivClassName
{
background-color: #E6FBAF;
}
.BgClassName
{
background-color: #E6FBAF;
}
</style>
border-color css
<style>
span { border-color: #E6FBAF; }
span { border-color: rgb(230,251,175); }
td.TdClassName
{
border-color: #E6FBAF;
}
.TagClassName
{
border-color: #E6FBAF;
}
</style>