Shades of Tidal #E2F58A
Tints of Tidal #E2F58A
RGB
CMYK
RGB Variations
Color information
#E2F58A (or 0xE2F58A) is known color: Tidal. HEX triplet: E2, F5 and 8A. RGB value is (226,245,138). Sum of RGB (Red+Green+Blue) = 226+245+138=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F58A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F58A is #1D0A75. Grayscale: #E3E3E3. Windows color (decimal): -1903222 or 9106914. OLE color: 9106914.
HSL color Cylindrical-coordinate representation of color #E2F58A: hue angle of 70.65º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2F58A is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 245 | 138 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.04 |
| HSL | 70.65º | 0.84% | 0.75% | - |
| HSV(B) | 70.65º | 0.44% | 0.96% | - |
| XYZ | 68.6 | 83.31 | 36.51 | - |
| YUV | 227.12 | 77.71 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 245 | 138 | 0.08 | 0 | 0.44 | 0.04 | 70.65 | 0.84 | 0.75 |
| Hex | E2 | F5 | 8A | 8 | 0 | 2C | 4 | 47 | 54 | 4B |
| Octal | 342 | 365 | 212 | 10 | 0 | 54 | 4 | 107 | 124 | 113 |
| Binary | 11100010 | 11110101 | 10001010 | 1000 | 0 | 101100 | 100 | 1000111 | 1010100 | 1001011 |
Color Harmonies of #E2F58A
Complementary color
Monochromatic Colors of #E2F58A
Black with #E2F58A
Text Example
Text Example
White with #E2F58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F58A; }
p { color: rgb(226,245,138); }
H1.HeaderClassName
{
color: #E2F58A;
}
.AnyTagClassName
{
color: #E2F58A;
}
</style>
background-color css
<style>
a { background-color: #E2F58A; }
a { background-color: rgb(226,245,138); }
div.DivClassName
{
background-color: #E2F58A;
}
.BgClassName
{
background-color: #E2F58A;
}
</style>
border-color css
<style>
span { border-color: #E2F58A; }
span { border-color: rgb(226,245,138); }
td.TdClassName
{
border-color: #E2F58A;
}
.TagClassName
{
border-color: #E2F58A;
}
</style>