Shades of Tidal #EDFF86
Tints of Tidal #EDFF86
RGB
CMYK
RGB Variations
Color information
#EDFF86 (or 0xEDFF86) is known color: Tidal. HEX triplet: ED, FF and 86. RGB value is (237,255,134). Sum of RGB (Red+Green+Blue) = 237+255+134=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 134 (52.73% from 255 or 21.41% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF86 is #120079. Grayscale: #ECECEC. Windows color (decimal): -1179770 or 8847341. OLE color: 8847341.
HSL color Cylindrical-coordinate representation of color #EDFF86: hue angle of 68.93º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDFF86 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 134 | - |
| CMYK | 0.07 | 0 | 0.47 | 0 |
| HSL | 68.93º | 1% | 0.76% | - |
| HSV(B) | 68.93º | 0.47% | 1% | - |
| XYZ | 74.99 | 91.25 | 36.21 | - |
| YUV | 235.82 | 70.54 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 134 | 0.07 | 0 | 0.47 | 0 | 68.93 | 1 | 0.76 |
| Hex | ED | FF | 86 | 7 | 0 | 2F | 0 | 45 | 64 | 4C |
| Octal | 355 | 377 | 206 | 7 | 0 | 57 | 0 | 105 | 144 | 114 |
| Binary | 11101101 | 11111111 | 10000110 | 111 | 0 | 101111 | 0 | 1000101 | 1100100 | 1001100 |
Color Harmonies of #EDFF86
Complementary color
Monochromatic Colors of #EDFF86
Black with #EDFF86
Text Example
Text Example
White with #EDFF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF86; }
p { color: rgb(237,255,134); }
H1.HeaderClassName
{
color: #EDFF86;
}
.AnyTagClassName
{
color: #EDFF86;
}
</style>
background-color css
<style>
a { background-color: #EDFF86; }
a { background-color: rgb(237,255,134); }
div.DivClassName
{
background-color: #EDFF86;
}
.BgClassName
{
background-color: #EDFF86;
}
</style>
border-color css
<style>
span { border-color: #EDFF86; }
span { border-color: rgb(237,255,134); }
td.TdClassName
{
border-color: #EDFF86;
}
.TagClassName
{
border-color: #EDFF86;
}
</style>