Shades of Tidal #E2FE8A
Tints of Tidal #E2FE8A
RGB
CMYK
RGB Variations
Color information
#E2FE8A (or 0xE2FE8A) is known color: Tidal. HEX triplet: E2, FE and 8A. RGB value is (226,254,138). Sum of RGB (Red+Green+Blue) = 226+254+138=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 138 (54.30% from 255 or 22.33% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FE8A is #1D0175. Grayscale: #E8E8E8. Windows color (decimal): -1900918 or 9109218. OLE color: 9109218.
HSL color Cylindrical-coordinate representation of color #E2FE8A: hue angle of 74.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2FE8A is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 138 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.00 |
| HSL | 74.48º | 0.98% | 0.77% | - |
| HSV(B) | 74.48º | 0.46% | 1% | - |
| XYZ | 71.39 | 88.89 | 37.44 | - |
| YUV | 232.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 138 | 0.11 | 0 | 0.46 | 0.00 | 74.48 | 0.98 | 0.77 |
| Hex | E2 | FE | 8A | B | 0 | 2E | 0 | 4A | 62 | 4D |
| Octal | 342 | 376 | 212 | 13 | 0 | 56 | 0 | 112 | 142 | 115 |
| Binary | 11100010 | 11111110 | 10001010 | 1011 | 0 | 101110 | 0 | 1001010 | 1100010 | 1001101 |
Color Harmonies of #E2FE8A
Complementary color
Monochromatic Colors of #E2FE8A
Black with #E2FE8A
Text Example
Text Example
White with #E2FE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE8A; }
p { color: rgb(226,254,138); }
H1.HeaderClassName
{
color: #E2FE8A;
}
.AnyTagClassName
{
color: #E2FE8A;
}
</style>
background-color css
<style>
a { background-color: #E2FE8A; }
a { background-color: rgb(226,254,138); }
div.DivClassName
{
background-color: #E2FE8A;
}
.BgClassName
{
background-color: #E2FE8A;
}
</style>
border-color css
<style>
span { border-color: #E2FE8A; }
span { border-color: rgb(226,254,138); }
td.TdClassName
{
border-color: #E2FE8A;
}
.TagClassName
{
border-color: #E2FE8A;
}
</style>