Shades of Tidal #EDFE80
Tints of Tidal #EDFE80
RGB
CMYK
RGB Variations
Color information
#EDFE80 (or 0xEDFE80) is known color: Tidal. HEX triplet: ED, FE and 80. RGB value is (237,254,128). Sum of RGB (Red+Green+Blue) = 237+254+128=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 128 (50.39% from 255 or 20.68% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFE80 is #12017F. Grayscale: #EBEBEB. Windows color (decimal): -1180032 or 8453869. OLE color: 8453869.
HSL color Cylindrical-coordinate representation of color #EDFE80: hue angle of 68.1º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDFE80 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 128 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.00 |
| HSL | 68.1º | 0.98% | 0.75% | - |
| HSV(B) | 68.1º | 0.5% | 1% | - |
| XYZ | 74.26 | 90.45 | 33.97 | - |
| YUV | 234.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 128 | 0.07 | 0 | 0.50 | 0.00 | 68.1 | 0.98 | 0.75 |
| Hex | ED | FE | 80 | 7 | 0 | 32 | 0 | 44 | 62 | 4B |
| Octal | 355 | 376 | 200 | 7 | 0 | 62 | 0 | 104 | 142 | 113 |
| Binary | 11101101 | 11111110 | 10000000 | 111 | 0 | 110010 | 0 | 1000100 | 1100010 | 1001011 |
Color Harmonies of #EDFE80
Complementary color
Monochromatic Colors of #EDFE80
Black with #EDFE80
Text Example
Text Example
White with #EDFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE80; }
p { color: rgb(237,254,128); }
H1.HeaderClassName
{
color: #EDFE80;
}
.AnyTagClassName
{
color: #EDFE80;
}
</style>
background-color css
<style>
a { background-color: #EDFE80; }
a { background-color: rgb(237,254,128); }
div.DivClassName
{
background-color: #EDFE80;
}
.BgClassName
{
background-color: #EDFE80;
}
</style>
border-color css
<style>
span { border-color: #EDFE80; }
span { border-color: rgb(237,254,128); }
td.TdClassName
{
border-color: #EDFE80;
}
.TagClassName
{
border-color: #EDFE80;
}
</style>