Shades of Tidal #EDFF89
Tints of Tidal #EDFF89
RGB
CMYK
RGB Variations
Color information
#EDFF89 (or 0xEDFF89) is known color: Tidal. HEX triplet: ED, FF and 89. RGB value is (237,255,137). Sum of RGB (Red+Green+Blue) = 237+255+137=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 137 (53.91% from 255 or 21.78% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF89 is #120076. Grayscale: #ECECEC. Windows color (decimal): -1179767 or 9043949. OLE color: 9043949.
HSL color Cylindrical-coordinate representation of color #EDFF89: hue angle of 69.15º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDFF89 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 137 | - |
| CMYK | 0.07 | 0 | 0.46 | 0 |
| HSL | 69.15º | 1% | 0.77% | - |
| HSV(B) | 69.15º | 0.46% | 1% | - |
| XYZ | 75.2 | 91.33 | 37.33 | - |
| YUV | 236.17 | 72.04 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 137 | 0.07 | 0 | 0.46 | 0 | 69.15 | 1 | 0.77 |
| Hex | ED | FF | 89 | 7 | 0 | 2E | 0 | 45 | 64 | 4D |
| Octal | 355 | 377 | 211 | 7 | 0 | 56 | 0 | 105 | 144 | 115 |
| Binary | 11101101 | 11111111 | 10001001 | 111 | 0 | 101110 | 0 | 1000101 | 1100100 | 1001101 |
Color Harmonies of #EDFF89
Complementary color
Monochromatic Colors of #EDFF89
Black with #EDFF89
Text Example
Text Example
White with #EDFF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF89; }
p { color: rgb(237,255,137); }
H1.HeaderClassName
{
color: #EDFF89;
}
.AnyTagClassName
{
color: #EDFF89;
}
</style>
background-color css
<style>
a { background-color: #EDFF89; }
a { background-color: rgb(237,255,137); }
div.DivClassName
{
background-color: #EDFF89;
}
.BgClassName
{
background-color: #EDFF89;
}
</style>
border-color css
<style>
span { border-color: #EDFF89; }
span { border-color: rgb(237,255,137); }
td.TdClassName
{
border-color: #EDFF89;
}
.TagClassName
{
border-color: #EDFF89;
}
</style>