Shades of Tidal #E8F78A
Tints of Tidal #E8F78A
RGB
CMYK
RGB Variations
Color information
#E8F78A (or 0xE8F78A) is known color: Tidal. HEX triplet: E8, F7 and 8A. RGB value is (232,247,138). Sum of RGB (Red+Green+Blue) = 232+247+138=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 247 (96.88% from 255 or 40.03% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 247 - color contains mainly: green. Hex color #E8F78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F78A is #170875. Grayscale: #E6E6E6. Windows color (decimal): -1509494 or 9107432. OLE color: 9107432.
HSL color Cylindrical-coordinate representation of color #E8F78A: hue angle of 68.26º 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 #E8F78A is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 247 | 138 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.03 |
| HSL | 68.26º | 0.87% | 0.75% | - |
| HSV(B) | 68.26º | 0.44% | 0.97% | - |
| XYZ | 71.13 | 85.51 | 36.8 | - |
| YUV | 230.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 247 | 138 | 0.06 | 0 | 0.44 | 0.03 | 68.26 | 0.87 | 0.75 |
| Hex | E8 | F7 | 8A | 6 | 0 | 2C | 3 | 44 | 57 | 4B |
| Octal | 350 | 367 | 212 | 6 | 0 | 54 | 3 | 104 | 127 | 113 |
| Binary | 11101000 | 11110111 | 10001010 | 110 | 0 | 101100 | 11 | 1000100 | 1010111 | 1001011 |
Color Harmonies of #E8F78A
Complementary color
Monochromatic Colors of #E8F78A
Black with #E8F78A
Text Example
Text Example
White with #E8F78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F78A; }
p { color: rgb(232,247,138); }
H1.HeaderClassName
{
color: #E8F78A;
}
.AnyTagClassName
{
color: #E8F78A;
}
</style>
background-color css
<style>
a { background-color: #E8F78A; }
a { background-color: rgb(232,247,138); }
div.DivClassName
{
background-color: #E8F78A;
}
.BgClassName
{
background-color: #E8F78A;
}
</style>
border-color css
<style>
span { border-color: #E8F78A; }
span { border-color: rgb(232,247,138); }
td.TdClassName
{
border-color: #E8F78A;
}
.TagClassName
{
border-color: #E8F78A;
}
</style>