Shades of Australian Mint #EFFE9D
Tints of Australian Mint #EFFE9D
RGB
CMYK
RGB Variations
Color information
#EFFE9D (or 0xEFFE9D) is known color: Australian Mint. HEX triplet: EF, FE and 9D. RGB value is (239,254,157). Sum of RGB (Red+Green+Blue) = 239+254+157=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 157 (61.72% from 255 or 24.15% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFE9D is #100162. Grayscale: #EEEEEE. Windows color (decimal): -1048931 or 10354415. OLE color: 10354415.
HSL color Cylindrical-coordinate representation of color #EFFE9D: hue angle of 69.28º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFFE9D is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 157 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.00 |
| HSL | 69.28º | 0.98% | 0.81% | - |
| HSV(B) | 69.28º | 0.38% | 1% | - |
| XYZ | 77.12 | 91.67 | 45.53 | - |
| YUV | 238.46 | 82.03 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 157 | 0.06 | 0 | 0.38 | 0.00 | 69.28 | 0.98 | 0.81 |
| Hex | EF | FE | 9D | 6 | 0 | 26 | 0 | 45 | 62 | 51 |
| Octal | 357 | 376 | 235 | 6 | 0 | 46 | 0 | 105 | 142 | 121 |
| Binary | 11101111 | 11111110 | 10011101 | 110 | 0 | 100110 | 0 | 1000101 | 1100010 | 1010001 |
Color Harmonies of #EFFE9D
Complementary color
Monochromatic Colors of #EFFE9D
Black with #EFFE9D
Text Example
Text Example
White with #EFFE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE9D; }
p { color: rgb(239,254,157); }
H1.HeaderClassName
{
color: #EFFE9D;
}
.AnyTagClassName
{
color: #EFFE9D;
}
</style>
background-color css
<style>
a { background-color: #EFFE9D; }
a { background-color: rgb(239,254,157); }
div.DivClassName
{
background-color: #EFFE9D;
}
.BgClassName
{
background-color: #EFFE9D;
}
</style>
border-color css
<style>
span { border-color: #EFFE9D; }
span { border-color: rgb(239,254,157); }
td.TdClassName
{
border-color: #EFFE9D;
}
.TagClassName
{
border-color: #EFFE9D;
}
</style>