Shades of Australian Mint #EDFF9B
Tints of Australian Mint #EDFF9B
RGB
CMYK
RGB Variations
Color information
#EDFF9B (or 0xEDFF9B) is known color: Australian Mint. HEX triplet: ED, FF and 9B. RGB value is (237,255,155). Sum of RGB (Red+Green+Blue) = 237+255+155=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 155 (60.94% from 255 or 23.96% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF9B is #120064. Grayscale: #EEEEEE. Windows color (decimal): -1179749 or 10223597. OLE color: 10223597.
HSL color Cylindrical-coordinate representation of color #EDFF9B: hue angle of 70.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDFF9B is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 155 | - |
| CMYK | 0.07 | 0 | 0.39 | 0 |
| HSL | 70.8º | 1% | 0.8% | - |
| HSV(B) | 70.8º | 0.39% | 1% | - |
| XYZ | 76.6 | 91.89 | 44.71 | - |
| YUV | 238.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 155 | 0.07 | 0 | 0.39 | 0 | 70.8 | 1 | 0.8 |
| Hex | ED | FF | 9B | 7 | 0 | 27 | 0 | 47 | 64 | 50 |
| Octal | 355 | 377 | 233 | 7 | 0 | 47 | 0 | 107 | 144 | 120 |
| Binary | 11101101 | 11111111 | 10011011 | 111 | 0 | 100111 | 0 | 1000111 | 1100100 | 1010000 |
Color Harmonies of #EDFF9B
Complementary color
Monochromatic Colors of #EDFF9B
Black with #EDFF9B
Text Example
Text Example
White with #EDFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF9B; }
p { color: rgb(237,255,155); }
H1.HeaderClassName
{
color: #EDFF9B;
}
.AnyTagClassName
{
color: #EDFF9B;
}
</style>
background-color css
<style>
a { background-color: #EDFF9B; }
a { background-color: rgb(237,255,155); }
div.DivClassName
{
background-color: #EDFF9B;
}
.BgClassName
{
background-color: #EDFF9B;
}
</style>
border-color css
<style>
span { border-color: #EDFF9B; }
span { border-color: rgb(237,255,155); }
td.TdClassName
{
border-color: #EDFF9B;
}
.TagClassName
{
border-color: #EDFF9B;
}
</style>