Shades of Australian Mint #EEFFB5
Tints of Australian Mint #EEFFB5
RGB
CMYK
RGB Variations
Color information
#EEFFB5 (or 0xEEFFB5) is known color: Australian Mint. HEX triplet: EE, FF and B5. RGB value is (238,255,181). Sum of RGB (Red+Green+Blue) = 238+255+181=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 181 (71.09% from 255 or 26.85% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFB5 is #11004A. Grayscale: #F1F1F1. Windows color (decimal): -1114187 or 11927534. OLE color: 11927534.
HSL color Cylindrical-coordinate representation of color #EEFFB5: hue angle of 73.78º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEFFB5 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 181 | - |
| CMYK | 0.07 | 0 | 0.29 | 0 |
| HSL | 73.78º | 1% | 0.85% | - |
| HSV(B) | 73.78º | 0.29% | 1% | - |
| XYZ | 79.36 | 93.03 | 57.49 | - |
| YUV | 241.48 | 93.87 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 181 | 0.07 | 0 | 0.29 | 0 | 73.78 | 1 | 0.85 |
| Hex | EE | FF | B5 | 7 | 0 | 1D | 0 | 4A | 64 | 55 |
| Octal | 356 | 377 | 265 | 7 | 0 | 35 | 0 | 112 | 144 | 125 |
| Binary | 11101110 | 11111111 | 10110101 | 111 | 0 | 11101 | 0 | 1001010 | 1100100 | 1010101 |
Color Harmonies of #EEFFB5
Complementary color
Monochromatic Colors of #EEFFB5
Black with #EEFFB5
Text Example
Text Example
White with #EEFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFB5; }
p { color: rgb(238,255,181); }
H1.HeaderClassName
{
color: #EEFFB5;
}
.AnyTagClassName
{
color: #EEFFB5;
}
</style>
background-color css
<style>
a { background-color: #EEFFB5; }
a { background-color: rgb(238,255,181); }
div.DivClassName
{
background-color: #EEFFB5;
}
.BgClassName
{
background-color: #EEFFB5;
}
</style>
border-color css
<style>
span { border-color: #EEFFB5; }
span { border-color: rgb(238,255,181); }
td.TdClassName
{
border-color: #EEFFB5;
}
.TagClassName
{
border-color: #EEFFB5;
}
</style>