Shades of Tidal #EDFF87
Tints of Tidal #EDFF87
RGB
CMYK
RGB Variations
Color information
#EDFF87 (or 0xEDFF87) is known color: Tidal. HEX triplet: ED, FF and 87. RGB value is (237,255,135). Sum of RGB (Red+Green+Blue) = 237+255+135=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 135 (53.12% from 255 or 21.53% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF87 is #120078. Grayscale: #ECECEC. Windows color (decimal): -1179769 or 8912877. OLE color: 8912877.
HSL color Cylindrical-coordinate representation of color #EDFF87: hue angle of 69º 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 #EDFF87 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 135 | - |
| CMYK | 0.07 | 0 | 0.47 | 0 |
| HSL | 69º | 1% | 0.76% | - |
| HSV(B) | 69º | 0.47% | 1% | - |
| XYZ | 75.06 | 91.27 | 36.58 | - |
| YUV | 235.94 | 71.04 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 135 | 0.07 | 0 | 0.47 | 0 | 69 | 1 | 0.76 |
| Hex | ED | FF | 87 | 7 | 0 | 2F | 0 | 45 | 64 | 4C |
| Octal | 355 | 377 | 207 | 7 | 0 | 57 | 0 | 105 | 144 | 114 |
| Binary | 11101101 | 11111111 | 10000111 | 111 | 0 | 101111 | 0 | 1000101 | 1100100 | 1001100 |
Color Harmonies of #EDFF87
Complementary color
Monochromatic Colors of #EDFF87
Black with #EDFF87
Text Example
Text Example
White with #EDFF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF87; }
p { color: rgb(237,255,135); }
H1.HeaderClassName
{
color: #EDFF87;
}
.AnyTagClassName
{
color: #EDFF87;
}
</style>
background-color css
<style>
a { background-color: #EDFF87; }
a { background-color: rgb(237,255,135); }
div.DivClassName
{
background-color: #EDFF87;
}
.BgClassName
{
background-color: #EDFF87;
}
</style>
border-color css
<style>
span { border-color: #EDFF87; }
span { border-color: rgb(237,255,135); }
td.TdClassName
{
border-color: #EDFF87;
}
.TagClassName
{
border-color: #EDFF87;
}
</style>