Shades of Australian Mint #E6FB9D
Tints of Australian Mint #E6FB9D
RGB
CMYK
RGB Variations
Color information
#E6FB9D (or 0xE6FB9D) is known color: Australian Mint. HEX triplet: E6, FB and 9D. RGB value is (230,251,157). Sum of RGB (Red+Green+Blue) = 230+251+157=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 157 (61.72% from 255 or 24.61% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FB9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FB9D is #190462. Grayscale: #EAEAEA. Windows color (decimal): -1639523 or 10353638. OLE color: 10353638.
HSL color Cylindrical-coordinate representation of color #E6FB9D: hue angle of 73.4º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6FB9D is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 251 | 157 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.02 |
| HSL | 73.4º | 0.92% | 0.8% | - |
| HSV(B) | 73.4º | 0.37% | 0.98% | - |
| XYZ | 73.22 | 88.25 | 45.07 | - |
| YUV | 234.01 | 84.54 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 251 | 157 | 0.08 | 0 | 0.37 | 0.02 | 73.4 | 0.92 | 0.8 |
| Hex | E6 | FB | 9D | 8 | 0 | 25 | 2 | 49 | 5C | 50 |
| Octal | 346 | 373 | 235 | 10 | 0 | 45 | 2 | 111 | 134 | 120 |
| Binary | 11100110 | 11111011 | 10011101 | 1000 | 0 | 100101 | 10 | 1001001 | 1011100 | 1010000 |
Color Harmonies of #E6FB9D
Complementary color
Monochromatic Colors of #E6FB9D
Black with #E6FB9D
Text Example
Text Example
White with #E6FB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FB9D; }
p { color: rgb(230,251,157); }
H1.HeaderClassName
{
color: #E6FB9D;
}
.AnyTagClassName
{
color: #E6FB9D;
}
</style>
background-color css
<style>
a { background-color: #E6FB9D; }
a { background-color: rgb(230,251,157); }
div.DivClassName
{
background-color: #E6FB9D;
}
.BgClassName
{
background-color: #E6FB9D;
}
</style>
border-color css
<style>
span { border-color: #E6FB9D; }
span { border-color: rgb(230,251,157); }
td.TdClassName
{
border-color: #E6FB9D;
}
.TagClassName
{
border-color: #E6FB9D;
}
</style>