Shades of Australian Mint #EFFBA8
Tints of Australian Mint #EFFBA8
RGB
CMYK
RGB Variations
Color information
#EFFBA8 (or 0xEFFBA8) is known color: Australian Mint. HEX triplet: EF, FB and A8. RGB value is (239,251,168). Sum of RGB (Red+Green+Blue) = 239+251+168=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 168 (66.02% from 255 or 25.53% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFBA8 is #100457. Grayscale: #EEEEEE. Windows color (decimal): -1049688 or 11074543. OLE color: 11074543.
HSL color Cylindrical-coordinate representation of color #EFFBA8: hue angle of 68.67º 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 #EFFBA8 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 168 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.02 |
| HSL | 68.67º | 0.91% | 0.82% | - |
| HSV(B) | 68.67º | 0.33% | 0.98% | - |
| XYZ | 77.16 | 90.17 | 50.38 | - |
| YUV | 237.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 168 | 0.05 | 0 | 0.33 | 0.02 | 68.67 | 0.91 | 0.82 |
| Hex | EF | FB | A8 | 5 | 0 | 21 | 2 | 45 | 5B | 52 |
| Octal | 357 | 373 | 250 | 5 | 0 | 41 | 2 | 105 | 133 | 122 |
| Binary | 11101111 | 11111011 | 10101000 | 101 | 0 | 100001 | 10 | 1000101 | 1011011 | 1010010 |
Color Harmonies of #EFFBA8
Complementary color
Monochromatic Colors of #EFFBA8
Black with #EFFBA8
Text Example
Text Example
White with #EFFBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBA8; }
p { color: rgb(239,251,168); }
H1.HeaderClassName
{
color: #EFFBA8;
}
.AnyTagClassName
{
color: #EFFBA8;
}
</style>
background-color css
<style>
a { background-color: #EFFBA8; }
a { background-color: rgb(239,251,168); }
div.DivClassName
{
background-color: #EFFBA8;
}
.BgClassName
{
background-color: #EFFBA8;
}
</style>
border-color css
<style>
span { border-color: #EFFBA8; }
span { border-color: rgb(239,251,168); }
td.TdClassName
{
border-color: #EFFBA8;
}
.TagClassName
{
border-color: #EFFBA8;
}
</style>