Shades of Tidal #E2F78B
Tints of Tidal #E2F78B
RGB
CMYK
RGB Variations
Color information
#E2F78B (or 0xE2F78B) is known color: Tidal. HEX triplet: E2, F7 and 8B. RGB value is (226,247,139). Sum of RGB (Red+Green+Blue) = 226+247+139=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 139 (54.69% from 255 or 22.71% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F78B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F78B is #1D0874. Grayscale: #E4E4E4. Windows color (decimal): -1902709 or 9172962. OLE color: 9172962.
HSL color Cylindrical-coordinate representation of color #E2F78B: hue angle of 71.67º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2F78B is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 247 | 139 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.03 |
| HSL | 71.67º | 0.87% | 0.76% | - |
| HSV(B) | 71.67º | 0.44% | 0.97% | - |
| XYZ | 69.29 | 84.55 | 37.1 | - |
| YUV | 228.41 | 77.54 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 247 | 139 | 0.09 | 0 | 0.44 | 0.03 | 71.67 | 0.87 | 0.76 |
| Hex | E2 | F7 | 8B | 9 | 0 | 2C | 3 | 48 | 57 | 4C |
| Octal | 342 | 367 | 213 | 11 | 0 | 54 | 3 | 110 | 127 | 114 |
| Binary | 11100010 | 11110111 | 10001011 | 1001 | 0 | 101100 | 11 | 1001000 | 1010111 | 1001100 |
Color Harmonies of #E2F78B
Complementary color
Monochromatic Colors of #E2F78B
Black with #E2F78B
Text Example
Text Example
White with #E2F78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F78B; }
p { color: rgb(226,247,139); }
H1.HeaderClassName
{
color: #E2F78B;
}
.AnyTagClassName
{
color: #E2F78B;
}
</style>
background-color css
<style>
a { background-color: #E2F78B; }
a { background-color: rgb(226,247,139); }
div.DivClassName
{
background-color: #E2F78B;
}
.BgClassName
{
background-color: #E2F78B;
}
</style>
border-color css
<style>
span { border-color: #E2F78B; }
span { border-color: rgb(226,247,139); }
td.TdClassName
{
border-color: #E2F78B;
}
.TagClassName
{
border-color: #E2F78B;
}
</style>