Shades of Tidal #EDFE86
Tints of Tidal #EDFE86
RGB
CMYK
RGB Variations
Color information
#EDFE86 (or 0xEDFE86) is known color: Tidal. HEX triplet: ED, FE and 86. RGB value is (237,254,134). Sum of RGB (Red+Green+Blue) = 237+254+134=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 134 (52.73% from 255 or 21.44% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE86 is #120179. Grayscale: #EBEBEB. Windows color (decimal): -1180026 or 8847085. OLE color: 8847085.
HSL color Cylindrical-coordinate representation of color #EDFE86: hue angle of 68.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDFE86 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 134 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.00 |
| HSL | 68.5º | 0.98% | 0.76% | - |
| HSV(B) | 68.5º | 0.47% | 1% | - |
| XYZ | 74.67 | 90.61 | 36.11 | - |
| YUV | 235.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 134 | 0.07 | 0 | 0.47 | 0.00 | 68.5 | 0.98 | 0.76 |
| Hex | ED | FE | 86 | 7 | 0 | 2F | 0 | 44 | 62 | 4C |
| Octal | 355 | 376 | 206 | 7 | 0 | 57 | 0 | 104 | 142 | 114 |
| Binary | 11101101 | 11111110 | 10000110 | 111 | 0 | 101111 | 0 | 1000100 | 1100010 | 1001100 |
Color Harmonies of #EDFE86
Complementary color
Monochromatic Colors of #EDFE86
Black with #EDFE86
Text Example
Text Example
White with #EDFE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE86; }
p { color: rgb(237,254,134); }
H1.HeaderClassName
{
color: #EDFE86;
}
.AnyTagClassName
{
color: #EDFE86;
}
</style>
background-color css
<style>
a { background-color: #EDFE86; }
a { background-color: rgb(237,254,134); }
div.DivClassName
{
background-color: #EDFE86;
}
.BgClassName
{
background-color: #EDFE86;
}
</style>
border-color css
<style>
span { border-color: #EDFE86; }
span { border-color: rgb(237,254,134); }
td.TdClassName
{
border-color: #EDFE86;
}
.TagClassName
{
border-color: #EDFE86;
}
</style>