Shades of Tidal #EDFF85
Tints of Tidal #EDFF85
RGB
CMYK
RGB Variations
Color information
#EDFF85 (or 0xEDFF85) is known color: Tidal. HEX triplet: ED, FF and 85. RGB value is (237,255,133). Sum of RGB (Red+Green+Blue) = 237+255+133=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 133 (52.34% from 255 or 21.28% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF85 is #12007A. Grayscale: #ECECEC. Windows color (decimal): -1179771 or 8781805. OLE color: 8781805.
HSL color Cylindrical-coordinate representation of color #EDFF85: hue angle of 68.85º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDFF85 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 133 | - |
| CMYK | 0.07 | 0 | 0.48 | 0 |
| HSL | 68.85º | 1% | 0.76% | - |
| HSV(B) | 68.85º | 0.48% | 1% | - |
| XYZ | 74.92 | 91.22 | 35.85 | - |
| YUV | 235.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 133 | 0.07 | 0 | 0.48 | 0 | 68.85 | 1 | 0.76 |
| Hex | ED | FF | 85 | 7 | 0 | 30 | 0 | 45 | 64 | 4C |
| Octal | 355 | 377 | 205 | 7 | 0 | 60 | 0 | 105 | 144 | 114 |
| Binary | 11101101 | 11111111 | 10000101 | 111 | 0 | 110000 | 0 | 1000101 | 1100100 | 1001100 |
Color Harmonies of #EDFF85
Complementary color
Monochromatic Colors of #EDFF85
Black with #EDFF85
Text Example
Text Example
White with #EDFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF85; }
p { color: rgb(237,255,133); }
H1.HeaderClassName
{
color: #EDFF85;
}
.AnyTagClassName
{
color: #EDFF85;
}
</style>
background-color css
<style>
a { background-color: #EDFF85; }
a { background-color: rgb(237,255,133); }
div.DivClassName
{
background-color: #EDFF85;
}
.BgClassName
{
background-color: #EDFF85;
}
</style>
border-color css
<style>
span { border-color: #EDFF85; }
span { border-color: rgb(237,255,133); }
td.TdClassName
{
border-color: #EDFF85;
}
.TagClassName
{
border-color: #EDFF85;
}
</style>