Shades of Tidal #E2FF8E
Tints of Tidal #E2FF8E
RGB
CMYK
RGB Variations
Color information
#E2FF8E (or 0xE2FF8E) is known color: Tidal. HEX triplet: E2, FF and 8E. RGB value is (226,255,142). Sum of RGB (Red+Green+Blue) = 226+255+142=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 142 (55.86% from 255 or 22.79% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FF8E is #1D0071. Grayscale: #E9E9E9. Windows color (decimal): -1900658 or 9371618. OLE color: 9371618.
HSL color Cylindrical-coordinate representation of color #E2FF8E: hue angle of 75.4º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2FF8E is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 142 | - |
| CMYK | 0.11 | 0 | 0.44 | 0 |
| HSL | 75.4º | 1% | 0.78% | - |
| HSV(B) | 75.4º | 0.44% | 1% | - |
| XYZ | 72.01 | 89.64 | 39.1 | - |
| YUV | 233.45 | 76.39 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 142 | 0.11 | 0 | 0.44 | 0 | 75.4 | 1 | 0.78 |
| Hex | E2 | FF | 8E | B | 0 | 2C | 0 | 4B | 64 | 4E |
| Octal | 342 | 377 | 216 | 13 | 0 | 54 | 0 | 113 | 144 | 116 |
| Binary | 11100010 | 11111111 | 10001110 | 1011 | 0 | 101100 | 0 | 1001011 | 1100100 | 1001110 |
Color Harmonies of #E2FF8E
Complementary color
Monochromatic Colors of #E2FF8E
Black with #E2FF8E
Text Example
Text Example
White with #E2FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF8E; }
p { color: rgb(226,255,142); }
H1.HeaderClassName
{
color: #E2FF8E;
}
.AnyTagClassName
{
color: #E2FF8E;
}
</style>
background-color css
<style>
a { background-color: #E2FF8E; }
a { background-color: rgb(226,255,142); }
div.DivClassName
{
background-color: #E2FF8E;
}
.BgClassName
{
background-color: #E2FF8E;
}
</style>
border-color css
<style>
span { border-color: #E2FF8E; }
span { border-color: rgb(226,255,142); }
td.TdClassName
{
border-color: #E2FF8E;
}
.TagClassName
{
border-color: #E2FF8E;
}
</style>