Shades of Tidal #E2FE8D
Tints of Tidal #E2FE8D
RGB
CMYK
RGB Variations
Color information
#E2FE8D (or 0xE2FE8D) is known color: Tidal. HEX triplet: E2, FE and 8D. RGB value is (226,254,141). Sum of RGB (Red+Green+Blue) = 226+254+141=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 141 (55.47% from 255 or 22.71% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FE8D is #1D0172. Grayscale: #E9E9E9. Windows color (decimal): -1900915 or 9305826. OLE color: 9305826.
HSL color Cylindrical-coordinate representation of color #E2FE8D: hue angle of 74.87º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2FE8D is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 141 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.00 |
| HSL | 74.87º | 0.98% | 0.77% | - |
| HSV(B) | 74.87º | 0.44% | 1% | - |
| XYZ | 71.61 | 88.98 | 38.6 | - |
| YUV | 232.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 141 | 0.11 | 0 | 0.44 | 0.00 | 74.87 | 0.98 | 0.77 |
| Hex | E2 | FE | 8D | B | 0 | 2C | 0 | 4B | 62 | 4D |
| Octal | 342 | 376 | 215 | 13 | 0 | 54 | 0 | 113 | 142 | 115 |
| Binary | 11100010 | 11111110 | 10001101 | 1011 | 0 | 101100 | 0 | 1001011 | 1100010 | 1001101 |
Color Harmonies of #E2FE8D
Complementary color
Monochromatic Colors of #E2FE8D
Black with #E2FE8D
Text Example
Text Example
White with #E2FE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE8D; }
p { color: rgb(226,254,141); }
H1.HeaderClassName
{
color: #E2FE8D;
}
.AnyTagClassName
{
color: #E2FE8D;
}
</style>
background-color css
<style>
a { background-color: #E2FE8D; }
a { background-color: rgb(226,254,141); }
div.DivClassName
{
background-color: #E2FE8D;
}
.BgClassName
{
background-color: #E2FE8D;
}
</style>
border-color css
<style>
span { border-color: #E2FE8D; }
span { border-color: rgb(226,254,141); }
td.TdClassName
{
border-color: #E2FE8D;
}
.TagClassName
{
border-color: #E2FE8D;
}
</style>