Shades of Tidal #ECFE80
Tints of Tidal #ECFE80
RGB
CMYK
RGB Variations
Color information
#ECFE80 (or 0xECFE80) is known color: Tidal. HEX triplet: EC, FE and 80. RGB value is (236,254,128). Sum of RGB (Red+Green+Blue) = 236+254+128=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 128 (50.39% from 255 or 20.71% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFE80 is #13017F. Grayscale: #EAEAEA. Windows color (decimal): -1245568 or 8453868. OLE color: 8453868.
HSL color Cylindrical-coordinate representation of color #ECFE80: hue angle of 68.57º 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 #ECFE80 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 128 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.00 |
| HSL | 68.57º | 0.98% | 0.75% | - |
| HSV(B) | 68.57º | 0.5% | 1% | - |
| XYZ | 73.93 | 90.28 | 33.95 | - |
| YUV | 234.25 | 68.04 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 128 | 0.07 | 0 | 0.50 | 0.00 | 68.57 | 0.98 | 0.75 |
| Hex | EC | FE | 80 | 7 | 0 | 32 | 0 | 45 | 62 | 4B |
| Octal | 354 | 376 | 200 | 7 | 0 | 62 | 0 | 105 | 142 | 113 |
| Binary | 11101100 | 11111110 | 10000000 | 111 | 0 | 110010 | 0 | 1000101 | 1100010 | 1001011 |
Color Harmonies of #ECFE80
Complementary color
Monochromatic Colors of #ECFE80
Black with #ECFE80
Text Example
Text Example
White with #ECFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE80; }
p { color: rgb(236,254,128); }
H1.HeaderClassName
{
color: #ECFE80;
}
.AnyTagClassName
{
color: #ECFE80;
}
</style>
background-color css
<style>
a { background-color: #ECFE80; }
a { background-color: rgb(236,254,128); }
div.DivClassName
{
background-color: #ECFE80;
}
.BgClassName
{
background-color: #ECFE80;
}
</style>
border-color css
<style>
span { border-color: #ECFE80; }
span { border-color: rgb(236,254,128); }
td.TdClassName
{
border-color: #ECFE80;
}
.TagClassName
{
border-color: #ECFE80;
}
</style>