Shades of Tidal #E5F78A
Tints of Tidal #E5F78A
RGB
CMYK
RGB Variations
Color information
#E5F78A (or 0xE5F78A) is known color: Tidal. HEX triplet: E5, F7 and 8A. RGB value is (229,247,138). Sum of RGB (Red+Green+Blue) = 229+247+138=614 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.30% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #E5F78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F78A is #1A0875. Grayscale: #E5E5E5. Windows color (decimal): -1706102 or 9107429. OLE color: 9107429.
HSL color Cylindrical-coordinate representation of color #E5F78A: hue angle of 69.91º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5F78A is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 247 | 138 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.03 |
| HSL | 69.91º | 0.87% | 0.75% | - |
| HSV(B) | 69.91º | 0.44% | 0.97% | - |
| XYZ | 70.16 | 85.01 | 36.76 | - |
| YUV | 229.19 | 76.54 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 247 | 138 | 0.07 | 0 | 0.44 | 0.03 | 69.91 | 0.87 | 0.75 |
| Hex | E5 | F7 | 8A | 7 | 0 | 2C | 3 | 46 | 57 | 4B |
| Octal | 345 | 367 | 212 | 7 | 0 | 54 | 3 | 106 | 127 | 113 |
| Binary | 11100101 | 11110111 | 10001010 | 111 | 0 | 101100 | 11 | 1000110 | 1010111 | 1001011 |
Color Harmonies of #E5F78A
Complementary color
Monochromatic Colors of #E5F78A
Black with #E5F78A
Text Example
Text Example
White with #E5F78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F78A; }
p { color: rgb(229,247,138); }
H1.HeaderClassName
{
color: #E5F78A;
}
.AnyTagClassName
{
color: #E5F78A;
}
</style>
background-color css
<style>
a { background-color: #E5F78A; }
a { background-color: rgb(229,247,138); }
div.DivClassName
{
background-color: #E5F78A;
}
.BgClassName
{
background-color: #E5F78A;
}
</style>
border-color css
<style>
span { border-color: #E5F78A; }
span { border-color: rgb(229,247,138); }
td.TdClassName
{
border-color: #E5F78A;
}
.TagClassName
{
border-color: #E5F78A;
}
</style>