Shades of Tidal #EBF57F
Tints of Tidal #EBF57F
RGB
CMYK
RGB Variations
Color information
#EBF57F (or 0xEBF57F) is known color: Tidal. HEX triplet: EB, F5 and 7F. RGB value is (235,245,127). Sum of RGB (Red+Green+Blue) = 235+245+127=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 127 (50% from 255 or 20.92% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF57F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF57F is #140A80. Grayscale: #E5E5E5. Windows color (decimal): -1313409 or 8386027. OLE color: 8386027.
HSL color Cylindrical-coordinate representation of color #EBF57F: hue angle of 65.08º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBF57F is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 127 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.04 |
| HSL | 65.08º | 0.86% | 0.73% | - |
| HSV(B) | 65.08º | 0.48% | 0.96% | - |
| XYZ | 70.74 | 84.5 | 32.66 | - |
| YUV | 228.56 | 70.69 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 127 | 0.04 | 0 | 0.48 | 0.04 | 65.08 | 0.86 | 0.73 |
| Hex | EB | F5 | 7F | 4 | 0 | 30 | 4 | 41 | 56 | 49 |
| Octal | 353 | 365 | 177 | 4 | 0 | 60 | 4 | 101 | 126 | 111 |
| Binary | 11101011 | 11110101 | 1111111 | 100 | 0 | 110000 | 100 | 1000001 | 1010110 | 1001001 |
Color Harmonies of #EBF57F
Complementary color
Monochromatic Colors of #EBF57F
Black with #EBF57F
Text Example
Text Example
White with #EBF57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF57F; }
p { color: rgb(235,245,127); }
H1.HeaderClassName
{
color: #EBF57F;
}
.AnyTagClassName
{
color: #EBF57F;
}
</style>
background-color css
<style>
a { background-color: #EBF57F; }
a { background-color: rgb(235,245,127); }
div.DivClassName
{
background-color: #EBF57F;
}
.BgClassName
{
background-color: #EBF57F;
}
</style>
border-color css
<style>
span { border-color: #EBF57F; }
span { border-color: rgb(235,245,127); }
td.TdClassName
{
border-color: #EBF57F;
}
.TagClassName
{
border-color: #EBF57F;
}
</style>