Shades of Tidal #EBFF7D
Tints of Tidal #EBFF7D
RGB
CMYK
RGB Variations
Color information
#EBFF7D (or 0xEBFF7D) is known color: Tidal. HEX triplet: EB, FF and 7D. RGB value is (235,255,125). Sum of RGB (Red+Green+Blue) = 235+255+125=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 125 (49.22% from 255 or 20.33% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFF7D is #140082. Grayscale: #EAEAEA. Windows color (decimal): -1310851 or 8257515. OLE color: 8257515.
HSL color Cylindrical-coordinate representation of color #EBFF7D: hue angle of 69.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBFF7D is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 125 | - |
| CMYK | 0.08 | 0 | 0.51 | 0 |
| HSL | 69.23º | 1% | 0.75% | - |
| HSV(B) | 69.23º | 0.51% | 1% | - |
| XYZ | 73.72 | 90.66 | 33.02 | - |
| YUV | 234.2 | 66.37 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 125 | 0.08 | 0 | 0.51 | 0 | 69.23 | 1 | 0.75 |
| Hex | EB | FF | 7D | 8 | 0 | 33 | 0 | 45 | 64 | 4B |
| Octal | 353 | 377 | 175 | 10 | 0 | 63 | 0 | 105 | 144 | 113 |
| Binary | 11101011 | 11111111 | 1111101 | 1000 | 0 | 110011 | 0 | 1000101 | 1100100 | 1001011 |
Color Harmonies of #EBFF7D
Complementary color
Monochromatic Colors of #EBFF7D
Black with #EBFF7D
Text Example
Text Example
White with #EBFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF7D; }
p { color: rgb(235,255,125); }
H1.HeaderClassName
{
color: #EBFF7D;
}
.AnyTagClassName
{
color: #EBFF7D;
}
</style>
background-color css
<style>
a { background-color: #EBFF7D; }
a { background-color: rgb(235,255,125); }
div.DivClassName
{
background-color: #EBFF7D;
}
.BgClassName
{
background-color: #EBFF7D;
}
</style>
border-color css
<style>
span { border-color: #EBFF7D; }
span { border-color: rgb(235,255,125); }
td.TdClassName
{
border-color: #EBFF7D;
}
.TagClassName
{
border-color: #EBFF7D;
}
</style>