Shades of Tidal #EDFF93
Tints of Tidal #EDFF93
RGB
CMYK
RGB Variations
Color information
#EDFF93 (or 0xEDFF93) is known color: Tidal. HEX triplet: ED, FF and 93. RGB value is (237,255,147). Sum of RGB (Red+Green+Blue) = 237+255+147=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 147 (57.81% from 255 or 23.00% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF93 is #12006C. Grayscale: #EDEDED. Windows color (decimal): -1179757 or 9699309. OLE color: 9699309.
HSL color Cylindrical-coordinate representation of color #EDFF93: hue angle of 70º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDFF93 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 147 | - |
| CMYK | 0.07 | 0 | 0.42 | 0 |
| HSL | 70º | 1% | 0.79% | - |
| HSV(B) | 70º | 0.42% | 1% | - |
| XYZ | 75.95 | 91.63 | 41.29 | - |
| YUV | 237.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 147 | 0.07 | 0 | 0.42 | 0 | 70 | 1 | 0.79 |
| Hex | ED | FF | 93 | 7 | 0 | 2A | 0 | 46 | 64 | 4F |
| Octal | 355 | 377 | 223 | 7 | 0 | 52 | 0 | 106 | 144 | 117 |
| Binary | 11101101 | 11111111 | 10010011 | 111 | 0 | 101010 | 0 | 1000110 | 1100100 | 1001111 |
Color Harmonies of #EDFF93
Complementary color
Monochromatic Colors of #EDFF93
Black with #EDFF93
Text Example
Text Example
White with #EDFF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF93; }
p { color: rgb(237,255,147); }
H1.HeaderClassName
{
color: #EDFF93;
}
.AnyTagClassName
{
color: #EDFF93;
}
</style>
background-color css
<style>
a { background-color: #EDFF93; }
a { background-color: rgb(237,255,147); }
div.DivClassName
{
background-color: #EDFF93;
}
.BgClassName
{
background-color: #EDFF93;
}
</style>
border-color css
<style>
span { border-color: #EDFF93; }
span { border-color: rgb(237,255,147); }
td.TdClassName
{
border-color: #EDFF93;
}
.TagClassName
{
border-color: #EDFF93;
}
</style>