Shades of Australian Mint #EFF99D
Tints of Australian Mint #EFF99D
RGB
CMYK
RGB Variations
Color information
#EFF99D (or 0xEFF99D) is known color: Australian Mint. HEX triplet: EF, F9 and 9D. RGB value is (239,249,157). Sum of RGB (Red+Green+Blue) = 239+249+157=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 157 (61.72% from 255 or 24.34% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF99D is #100662. Grayscale: #EBEBEB. Windows color (decimal): -1050211 or 10353135. OLE color: 10353135.
HSL color Cylindrical-coordinate representation of color #EFF99D: hue angle of 66.52º degrees, saturation: 0.88, 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 #EFF99D is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 157 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.02 |
| HSL | 66.52º | 0.88% | 0.8% | - |
| HSV(B) | 66.52º | 0.37% | 0.98% | - |
| XYZ | 75.56 | 88.54 | 45.01 | - |
| YUV | 235.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 157 | 0.04 | 0 | 0.37 | 0.02 | 66.52 | 0.88 | 0.8 |
| Hex | EF | F9 | 9D | 4 | 0 | 25 | 2 | 43 | 58 | 50 |
| Octal | 357 | 371 | 235 | 4 | 0 | 45 | 2 | 103 | 130 | 120 |
| Binary | 11101111 | 11111001 | 10011101 | 100 | 0 | 100101 | 10 | 1000011 | 1011000 | 1010000 |
Color Harmonies of #EFF99D
Complementary color
Monochromatic Colors of #EFF99D
Black with #EFF99D
Text Example
Text Example
White with #EFF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF99D; }
p { color: rgb(239,249,157); }
H1.HeaderClassName
{
color: #EFF99D;
}
.AnyTagClassName
{
color: #EFF99D;
}
</style>
background-color css
<style>
a { background-color: #EFF99D; }
a { background-color: rgb(239,249,157); }
div.DivClassName
{
background-color: #EFF99D;
}
.BgClassName
{
background-color: #EFF99D;
}
</style>
border-color css
<style>
span { border-color: #EFF99D; }
span { border-color: rgb(239,249,157); }
td.TdClassName
{
border-color: #EFF99D;
}
.TagClassName
{
border-color: #EFF99D;
}
</style>