Shades of Australian Mint #EDFBA5
Tints of Australian Mint #EDFBA5
RGB
CMYK
RGB Variations
Color information
#EDFBA5 (or 0xEDFBA5) is known color: Australian Mint. HEX triplet: ED, FB and A5. RGB value is (237,251,165). Sum of RGB (Red+Green+Blue) = 237+251+165=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 165 (64.84% from 255 or 25.27% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBA5 is #12045A. Grayscale: #EDEDED. Windows color (decimal): -1180763 or 10877933. OLE color: 10877933.
HSL color Cylindrical-coordinate representation of color #EDFBA5: hue angle of 69.77º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDFBA5 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 251 | 165 | - |
CMYK | 0.06 | 0 | 0.34 | 0.02 |
HSL | 69.77º | 0.91% | 0.82% | - |
HSV(B) | 69.77º | 0.34% | 0.98% | - |
XYZ | 76.21 | 89.72 | 48.9 | - |
YUV | 237.01 | 87.36 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 251 | 165 | 0.06 | 0 | 0.34 | 0.02 | 69.77 | 0.91 | 0.82 |
Hex | ED | FB | A5 | 6 | 0 | 22 | 2 | 46 | 5B | 52 |
Octal | 355 | 373 | 245 | 6 | 0 | 42 | 2 | 106 | 133 | 122 |
Binary | 11101101 | 11111011 | 10100101 | 110 | 0 | 100010 | 10 | 1000110 | 1011011 | 1010010 |
Color Harmonies of #EDFBA5
Complementary color
Monochromatic Colors of #EDFBA5
Black with #EDFBA5
Text Example
Text Example
White with #EDFBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBA5; }
p { color: rgb(237,251,165); }
H1.HeaderClassName
{
color: #EDFBA5;
}
.AnyTagClassName
{
color: #EDFBA5;
}
</style>
background-color css
<style>
a { background-color: #EDFBA5; }
a { background-color: rgb(237,251,165); }
div.DivClassName
{
background-color: #EDFBA5;
}
.BgClassName
{
background-color: #EDFBA5;
}
</style>
border-color css
<style>
span { border-color: #EDFBA5; }
span { border-color: rgb(237,251,165); }
td.TdClassName
{
border-color: #EDFBA5;
}
.TagClassName
{
border-color: #EDFBA5;
}
</style>