Shades of Tidal #ECFF7F
Tints of Tidal #ECFF7F
RGB
CMYK
RGB Variations
Color information
#ECFF7F (or 0xECFF7F) is known color: Tidal. HEX triplet: EC, FF and 7F. RGB value is (236,255,127). Sum of RGB (Red+Green+Blue) = 236+255+127=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 127 (50% from 255 or 20.55% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFF7F is #130080. Grayscale: #EBEBEB. Windows color (decimal): -1245313 or 8388588. OLE color: 8388588.
HSL color Cylindrical-coordinate representation of color #ECFF7F: hue angle of 68.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECFF7F is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 127 | - |
| CMYK | 0.07 | 0 | 0.50 | 0 |
| HSL | 68.91º | 1% | 0.75% | - |
| HSV(B) | 68.91º | 0.5% | 1% | - |
| XYZ | 74.18 | 90.89 | 33.71 | - |
| YUV | 234.73 | 67.21 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 127 | 0.07 | 0 | 0.50 | 0 | 68.91 | 1 | 0.75 |
| Hex | EC | FF | 7F | 7 | 0 | 32 | 0 | 45 | 64 | 4B |
| Octal | 354 | 377 | 177 | 7 | 0 | 62 | 0 | 105 | 144 | 113 |
| Binary | 11101100 | 11111111 | 1111111 | 111 | 0 | 110010 | 0 | 1000101 | 1100100 | 1001011 |
Color Harmonies of #ECFF7F
Complementary color
Monochromatic Colors of #ECFF7F
Black with #ECFF7F
Text Example
Text Example
White with #ECFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF7F; }
p { color: rgb(236,255,127); }
H1.HeaderClassName
{
color: #ECFF7F;
}
.AnyTagClassName
{
color: #ECFF7F;
}
</style>
background-color css
<style>
a { background-color: #ECFF7F; }
a { background-color: rgb(236,255,127); }
div.DivClassName
{
background-color: #ECFF7F;
}
.BgClassName
{
background-color: #ECFF7F;
}
</style>
border-color css
<style>
span { border-color: #ECFF7F; }
span { border-color: rgb(236,255,127); }
td.TdClassName
{
border-color: #ECFF7F;
}
.TagClassName
{
border-color: #ECFF7F;
}
</style>