Shades of Tidal #EBFD7D
Tints of Tidal #EBFD7D
RGB
CMYK
RGB Variations
Color information
#EBFD7D (or 0xEBFD7D) is known color: Tidal. HEX triplet: EB, FD and 7D. RGB value is (235,253,125). Sum of RGB (Red+Green+Blue) = 235+253+125=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 125 (49.22% from 255 or 20.39% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFD7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFD7D is #140282. Grayscale: #E9E9E9. Windows color (decimal): -1311363 or 8257003. OLE color: 8257003.
HSL color Cylindrical-coordinate representation of color #EBFD7D: hue angle of 68.44º 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 #EBFD7D is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 125 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.01 |
| HSL | 68.44º | 0.97% | 0.74% | - |
| HSV(B) | 68.44º | 0.51% | 0.99% | - |
| XYZ | 73.09 | 89.39 | 32.8 | - |
| YUV | 233.03 | 67.04 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 125 | 0.07 | 0 | 0.51 | 0.01 | 68.44 | 0.97 | 0.74 |
| Hex | EB | FD | 7D | 7 | 0 | 33 | 1 | 44 | 61 | 4A |
| Octal | 353 | 375 | 175 | 7 | 0 | 63 | 1 | 104 | 141 | 112 |
| Binary | 11101011 | 11111101 | 1111101 | 111 | 0 | 110011 | 1 | 1000100 | 1100001 | 1001010 |
Color Harmonies of #EBFD7D
Complementary color
Monochromatic Colors of #EBFD7D
Black with #EBFD7D
Text Example
Text Example
White with #EBFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFD7D; }
p { color: rgb(235,253,125); }
H1.HeaderClassName
{
color: #EBFD7D;
}
.AnyTagClassName
{
color: #EBFD7D;
}
</style>
background-color css
<style>
a { background-color: #EBFD7D; }
a { background-color: rgb(235,253,125); }
div.DivClassName
{
background-color: #EBFD7D;
}
.BgClassName
{
background-color: #EBFD7D;
}
</style>
border-color css
<style>
span { border-color: #EBFD7D; }
span { border-color: rgb(235,253,125); }
td.TdClassName
{
border-color: #EBFD7D;
}
.TagClassName
{
border-color: #EBFD7D;
}
</style>