Shades of Tidal #EDFF90
Tints of Tidal #EDFF90
RGB
CMYK
RGB Variations
Color information
#EDFF90 (or 0xEDFF90) is known color: Tidal. HEX triplet: ED, FF and 90. RGB value is (237,255,144). Sum of RGB (Red+Green+Blue) = 237+255+144=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 144 (56.64% from 255 or 22.64% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF90 is #12006F. Grayscale: #EDEDED. Windows color (decimal): -1179760 or 9502701. OLE color: 9502701.
HSL color Cylindrical-coordinate representation of color #EDFF90: hue angle of 69.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDFF90 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 144 | - |
| CMYK | 0.07 | 0 | 0.44 | 0 |
| HSL | 69.73º | 1% | 0.78% | - |
| HSV(B) | 69.73º | 0.44% | 1% | - |
| XYZ | 75.72 | 91.54 | 40.06 | - |
| YUV | 236.96 | 75.54 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 144 | 0.07 | 0 | 0.44 | 0 | 69.73 | 1 | 0.78 |
| Hex | ED | FF | 90 | 7 | 0 | 2C | 0 | 46 | 64 | 4E |
| Octal | 355 | 377 | 220 | 7 | 0 | 54 | 0 | 106 | 144 | 116 |
| Binary | 11101101 | 11111111 | 10010000 | 111 | 0 | 101100 | 0 | 1000110 | 1100100 | 1001110 |
Color Harmonies of #EDFF90
Complementary color
Monochromatic Colors of #EDFF90
Black with #EDFF90
Text Example
Text Example
White with #EDFF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF90; }
p { color: rgb(237,255,144); }
H1.HeaderClassName
{
color: #EDFF90;
}
.AnyTagClassName
{
color: #EDFF90;
}
</style>
background-color css
<style>
a { background-color: #EDFF90; }
a { background-color: rgb(237,255,144); }
div.DivClassName
{
background-color: #EDFF90;
}
.BgClassName
{
background-color: #EDFF90;
}
</style>
border-color css
<style>
span { border-color: #EDFF90; }
span { border-color: rgb(237,255,144); }
td.TdClassName
{
border-color: #EDFF90;
}
.TagClassName
{
border-color: #EDFF90;
}
</style>