Shades of Tidal #E5F58D
Tints of Tidal #E5F58D
RGB
CMYK
RGB Variations
Color information
#E5F58D (or 0xE5F58D) is known color: Tidal. HEX triplet: E5, F5 and 8D. RGB value is (229,245,141). Sum of RGB (Red+Green+Blue) = 229+245+141=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 141 (55.47% from 255 or 22.93% from 615); Max value from RGB is 245 - color contains mainly: green. Hex color #E5F58D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F58D is #1A0A72. Grayscale: #E4E4E4. Windows color (decimal): -1706611 or 9303525. OLE color: 9303525.
HSL color Cylindrical-coordinate representation of color #E5F58D: hue angle of 69.23º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5F58D is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 245 | 141 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.04 |
| HSL | 69.23º | 0.84% | 0.76% | - |
| HSV(B) | 69.23º | 0.42% | 0.96% | - |
| XYZ | 69.77 | 83.89 | 37.71 | - |
| YUV | 228.36 | 78.7 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 245 | 141 | 0.07 | 0 | 0.42 | 0.04 | 69.23 | 0.84 | 0.76 |
| Hex | E5 | F5 | 8D | 7 | 0 | 2A | 4 | 45 | 54 | 4C |
| Octal | 345 | 365 | 215 | 7 | 0 | 52 | 4 | 105 | 124 | 114 |
| Binary | 11100101 | 11110101 | 10001101 | 111 | 0 | 101010 | 100 | 1000101 | 1010100 | 1001100 |
Color Harmonies of #E5F58D
Complementary color
Monochromatic Colors of #E5F58D
Black with #E5F58D
Text Example
Text Example
White with #E5F58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F58D; }
p { color: rgb(229,245,141); }
H1.HeaderClassName
{
color: #E5F58D;
}
.AnyTagClassName
{
color: #E5F58D;
}
</style>
background-color css
<style>
a { background-color: #E5F58D; }
a { background-color: rgb(229,245,141); }
div.DivClassName
{
background-color: #E5F58D;
}
.BgClassName
{
background-color: #E5F58D;
}
</style>
border-color css
<style>
span { border-color: #E5F58D; }
span { border-color: rgb(229,245,141); }
td.TdClassName
{
border-color: #E5F58D;
}
.TagClassName
{
border-color: #E5F58D;
}
</style>