Shades of Tidal #EDFF88
Tints of Tidal #EDFF88
RGB
CMYK
RGB Variations
Color information
#EDFF88 (or 0xEDFF88) is known color: Tidal. HEX triplet: ED, FF and 88. RGB value is (237,255,136). Sum of RGB (Red+Green+Blue) = 237+255+136=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 136 (53.52% from 255 or 21.66% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF88 is #120077. Grayscale: #ECECEC. Windows color (decimal): -1179768 or 8978413. OLE color: 8978413.
HSL color Cylindrical-coordinate representation of color #EDFF88: hue angle of 69.08º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDFF88 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 136 | - |
| CMYK | 0.07 | 0 | 0.47 | 0 |
| HSL | 69.08º | 1% | 0.77% | - |
| HSV(B) | 69.08º | 0.47% | 1% | - |
| XYZ | 75.13 | 91.3 | 36.96 | - |
| YUV | 236.05 | 71.54 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 136 | 0.07 | 0 | 0.47 | 0 | 69.08 | 1 | 0.77 |
| Hex | ED | FF | 88 | 7 | 0 | 2F | 0 | 45 | 64 | 4D |
| Octal | 355 | 377 | 210 | 7 | 0 | 57 | 0 | 105 | 144 | 115 |
| Binary | 11101101 | 11111111 | 10001000 | 111 | 0 | 101111 | 0 | 1000101 | 1100100 | 1001101 |
Color Harmonies of #EDFF88
Complementary color
Monochromatic Colors of #EDFF88
Black with #EDFF88
Text Example
Text Example
White with #EDFF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF88; }
p { color: rgb(237,255,136); }
H1.HeaderClassName
{
color: #EDFF88;
}
.AnyTagClassName
{
color: #EDFF88;
}
</style>
background-color css
<style>
a { background-color: #EDFF88; }
a { background-color: rgb(237,255,136); }
div.DivClassName
{
background-color: #EDFF88;
}
.BgClassName
{
background-color: #EDFF88;
}
</style>
border-color css
<style>
span { border-color: #EDFF88; }
span { border-color: rgb(237,255,136); }
td.TdClassName
{
border-color: #EDFF88;
}
.TagClassName
{
border-color: #EDFF88;
}
</style>