Shades of Tidal #ECFD7D
Tints of Tidal #ECFD7D
RGB
CMYK
RGB Variations
Color information
#ECFD7D (or 0xECFD7D) is known color: Tidal. HEX triplet: EC, FD and 7D. RGB value is (236,253,125). Sum of RGB (Red+Green+Blue) = 236+253+125=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 125 (49.22% from 255 or 20.36% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFD7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFD7D is #130282. Grayscale: #E9E9E9. Windows color (decimal): -1245827 or 8257004. OLE color: 8257004.
HSL color Cylindrical-coordinate representation of color #ECFD7D: hue angle of 67.97º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECFD7D is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 253 | 125 | - |
CMYK | 0.07 | 0 | 0.51 | 0.01 |
HSL | 67.97º | 0.97% | 0.74% | - |
HSV(B) | 67.97º | 0.51% | 0.99% | - |
XYZ | 73.42 | 89.56 | 32.82 | - |
YUV | 233.33 | 66.87 | 129.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 253 | 125 | 0.07 | 0 | 0.51 | 0.01 | 67.97 | 0.97 | 0.74 |
Hex | EC | FD | 7D | 7 | 0 | 33 | 1 | 44 | 61 | 4A |
Octal | 354 | 375 | 175 | 7 | 0 | 63 | 1 | 104 | 141 | 112 |
Binary | 11101100 | 11111101 | 1111101 | 111 | 0 | 110011 | 1 | 1000100 | 1100001 | 1001010 |
Color Harmonies of #ECFD7D
Complementary color
Monochromatic Colors of #ECFD7D
Black with #ECFD7D
Text Example
Text Example
White with #ECFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFD7D; }
p { color: rgb(236,253,125); }
H1.HeaderClassName
{
color: #ECFD7D;
}
.AnyTagClassName
{
color: #ECFD7D;
}
</style>
background-color css
<style>
a { background-color: #ECFD7D; }
a { background-color: rgb(236,253,125); }
div.DivClassName
{
background-color: #ECFD7D;
}
.BgClassName
{
background-color: #ECFD7D;
}
</style>
border-color css
<style>
span { border-color: #ECFD7D; }
span { border-color: rgb(236,253,125); }
td.TdClassName
{
border-color: #ECFD7D;
}
.TagClassName
{
border-color: #ECFD7D;
}
</style>