Shades of Australian Mint #E6FBA7
Tints of Australian Mint #E6FBA7
RGB
CMYK
RGB Variations
Color information
#E6FBA7 (or 0xE6FBA7) is known color: Australian Mint. HEX triplet: E6, FB and A7. RGB value is (230,251,167). Sum of RGB (Red+Green+Blue) = 230+251+167=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 167 (65.62% from 255 or 25.77% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FBA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FBA7 is #190458. Grayscale: #EBEBEB. Windows color (decimal): -1639513 or 11008998. OLE color: 11008998.
HSL color Cylindrical-coordinate representation of color #E6FBA7: hue angle of 75º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6FBA7 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 251 | 167 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.02 |
| HSL | 75º | 0.91% | 0.82% | - |
| HSV(B) | 75º | 0.33% | 0.98% | - |
| XYZ | 74.11 | 88.61 | 49.76 | - |
| YUV | 235.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 251 | 167 | 0.08 | 0 | 0.33 | 0.02 | 75 | 0.91 | 0.82 |
| Hex | E6 | FB | A7 | 8 | 0 | 21 | 2 | 4B | 5B | 52 |
| Octal | 346 | 373 | 247 | 10 | 0 | 41 | 2 | 113 | 133 | 122 |
| Binary | 11100110 | 11111011 | 10100111 | 1000 | 0 | 100001 | 10 | 1001011 | 1011011 | 1010010 |
Color Harmonies of #E6FBA7
Complementary color
Monochromatic Colors of #E6FBA7
Black with #E6FBA7
Text Example
Text Example
White with #E6FBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FBA7; }
p { color: rgb(230,251,167); }
H1.HeaderClassName
{
color: #E6FBA7;
}
.AnyTagClassName
{
color: #E6FBA7;
}
</style>
background-color css
<style>
a { background-color: #E6FBA7; }
a { background-color: rgb(230,251,167); }
div.DivClassName
{
background-color: #E6FBA7;
}
.BgClassName
{
background-color: #E6FBA7;
}
</style>
border-color css
<style>
span { border-color: #E6FBA7; }
span { border-color: rgb(230,251,167); }
td.TdClassName
{
border-color: #E6FBA7;
}
.TagClassName
{
border-color: #E6FBA7;
}
</style>