Shades of Tidal #ECFF82
Tints of Tidal #ECFF82
RGB
CMYK
RGB Variations
Color information
#ECFF82 (or 0xECFF82) is known color: Tidal. HEX triplet: EC, FF and 82. RGB value is (236,255,130). Sum of RGB (Red+Green+Blue) = 236+255+130=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 130 (51.17% from 255 or 20.93% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFF82 is #13007D. Grayscale: #EBEBEB. Windows color (decimal): -1245310 or 8585196. OLE color: 8585196.
HSL color Cylindrical-coordinate representation of color #ECFF82: hue angle of 69.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECFF82 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 130 | - |
| CMYK | 0.07 | 0 | 0.49 | 0 |
| HSL | 69.12º | 1% | 0.75% | - |
| HSV(B) | 69.12º | 0.49% | 1% | - |
| XYZ | 74.38 | 90.96 | 34.76 | - |
| YUV | 235.07 | 68.71 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 130 | 0.07 | 0 | 0.49 | 0 | 69.12 | 1 | 0.75 |
| Hex | EC | FF | 82 | 7 | 0 | 31 | 0 | 45 | 64 | 4B |
| Octal | 354 | 377 | 202 | 7 | 0 | 61 | 0 | 105 | 144 | 113 |
| Binary | 11101100 | 11111111 | 10000010 | 111 | 0 | 110001 | 0 | 1000101 | 1100100 | 1001011 |
Color Harmonies of #ECFF82
Complementary color
Monochromatic Colors of #ECFF82
Black with #ECFF82
Text Example
Text Example
White with #ECFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF82; }
p { color: rgb(236,255,130); }
H1.HeaderClassName
{
color: #ECFF82;
}
.AnyTagClassName
{
color: #ECFF82;
}
</style>
background-color css
<style>
a { background-color: #ECFF82; }
a { background-color: rgb(236,255,130); }
div.DivClassName
{
background-color: #ECFF82;
}
.BgClassName
{
background-color: #ECFF82;
}
</style>
border-color css
<style>
span { border-color: #ECFF82; }
span { border-color: rgb(236,255,130); }
td.TdClassName
{
border-color: #ECFF82;
}
.TagClassName
{
border-color: #ECFF82;
}
</style>