Shades of Tidal #E2FA8D
Tints of Tidal #E2FA8D
RGB
CMYK
RGB Variations
Color information
#E2FA8D (or 0xE2FA8D) is known color: Tidal. HEX triplet: E2, FA and 8D. RGB value is (226,250,141). Sum of RGB (Red+Green+Blue) = 226+250+141=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 141 (55.47% from 255 or 22.85% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FA8D is #1D0572. Grayscale: #E6E6E6. Windows color (decimal): -1901939 or 9304802. OLE color: 9304802.
HSL color Cylindrical-coordinate representation of color #E2FA8D: hue angle of 73.21º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2FA8D is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 141 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.02 |
| HSL | 73.21º | 0.92% | 0.77% | - |
| HSV(B) | 73.21º | 0.44% | 0.98% | - |
| XYZ | 70.36 | 86.46 | 38.18 | - |
| YUV | 230.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 141 | 0.10 | 0 | 0.44 | 0.02 | 73.21 | 0.92 | 0.77 |
| Hex | E2 | FA | 8D | A | 0 | 2C | 2 | 49 | 5C | 4D |
| Octal | 342 | 372 | 215 | 12 | 0 | 54 | 2 | 111 | 134 | 115 |
| Binary | 11100010 | 11111010 | 10001101 | 1010 | 0 | 101100 | 10 | 1001001 | 1011100 | 1001101 |
Color Harmonies of #E2FA8D
Complementary color
Monochromatic Colors of #E2FA8D
Black with #E2FA8D
Text Example
Text Example
White with #E2FA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA8D; }
p { color: rgb(226,250,141); }
H1.HeaderClassName
{
color: #E2FA8D;
}
.AnyTagClassName
{
color: #E2FA8D;
}
</style>
background-color css
<style>
a { background-color: #E2FA8D; }
a { background-color: rgb(226,250,141); }
div.DivClassName
{
background-color: #E2FA8D;
}
.BgClassName
{
background-color: #E2FA8D;
}
</style>
border-color css
<style>
span { border-color: #E2FA8D; }
span { border-color: rgb(226,250,141); }
td.TdClassName
{
border-color: #E2FA8D;
}
.TagClassName
{
border-color: #E2FA8D;
}
</style>