Shades of Australian Mint #E2FBAB
Tints of Australian Mint #E2FBAB
RGB
CMYK
RGB Variations
Color information
#E2FBAB (or 0xE2FBAB) is known color: Australian Mint. HEX triplet: E2, FB and AB. RGB value is (226,251,171). Sum of RGB (Red+Green+Blue) = 226+251+171=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 171 (67.19% from 255 or 26.39% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FBAB is #1D0454. Grayscale: #EAEAEA. Windows color (decimal): -1901653 or 11271138. OLE color: 11271138.
HSL color Cylindrical-coordinate representation of color #E2FBAB: hue angle of 78.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2FBAB is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 171 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.02 |
| HSL | 78.75º | 0.91% | 0.83% | - |
| HSV(B) | 78.75º | 0.32% | 0.98% | - |
| XYZ | 73.21 | 88.1 | 51.68 | - |
| YUV | 234.41 | 92.22 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 171 | 0.10 | 0 | 0.32 | 0.02 | 78.75 | 0.91 | 0.83 |
| Hex | E2 | FB | AB | A | 0 | 20 | 2 | 4F | 5B | 53 |
| Octal | 342 | 373 | 253 | 12 | 0 | 40 | 2 | 117 | 133 | 123 |
| Binary | 11100010 | 11111011 | 10101011 | 1010 | 0 | 100000 | 10 | 1001111 | 1011011 | 1010011 |
Color Harmonies of #E2FBAB
Complementary color
Monochromatic Colors of #E2FBAB
Black with #E2FBAB
Text Example
Text Example
White with #E2FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBAB; }
p { color: rgb(226,251,171); }
H1.HeaderClassName
{
color: #E2FBAB;
}
.AnyTagClassName
{
color: #E2FBAB;
}
</style>
background-color css
<style>
a { background-color: #E2FBAB; }
a { background-color: rgb(226,251,171); }
div.DivClassName
{
background-color: #E2FBAB;
}
.BgClassName
{
background-color: #E2FBAB;
}
</style>
border-color css
<style>
span { border-color: #E2FBAB; }
span { border-color: rgb(226,251,171); }
td.TdClassName
{
border-color: #E2FBAB;
}
.TagClassName
{
border-color: #E2FBAB;
}
</style>