Shades of Tidal #E2FF8D
Tints of Tidal #E2FF8D
RGB
CMYK
RGB Variations
Color information
#E2FF8D (or 0xE2FF8D) is known color: Tidal. HEX triplet: E2, FF and 8D. RGB value is (226,255,141). Sum of RGB (Red+Green+Blue) = 226+255+141=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 141 (55.47% from 255 or 22.67% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FF8D is #1D0072. Grayscale: #E9E9E9. Windows color (decimal): -1900659 or 9306082. OLE color: 9306082.
HSL color Cylindrical-coordinate representation of color #E2FF8D: hue angle of 75.26º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2FF8D is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 141 | - |
| CMYK | 0.11 | 0 | 0.45 | 0 |
| HSL | 75.26º | 1% | 0.78% | - |
| HSV(B) | 75.26º | 0.45% | 1% | - |
| XYZ | 71.93 | 89.61 | 38.7 | - |
| YUV | 233.33 | 75.89 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 141 | 0.11 | 0 | 0.45 | 0 | 75.26 | 1 | 0.78 |
| Hex | E2 | FF | 8D | B | 0 | 2D | 0 | 4B | 64 | 4E |
| Octal | 342 | 377 | 215 | 13 | 0 | 55 | 0 | 113 | 144 | 116 |
| Binary | 11100010 | 11111111 | 10001101 | 1011 | 0 | 101101 | 0 | 1001011 | 1100100 | 1001110 |
Color Harmonies of #E2FF8D
Complementary color
Monochromatic Colors of #E2FF8D
Black with #E2FF8D
Text Example
Text Example
White with #E2FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF8D; }
p { color: rgb(226,255,141); }
H1.HeaderClassName
{
color: #E2FF8D;
}
.AnyTagClassName
{
color: #E2FF8D;
}
</style>
background-color css
<style>
a { background-color: #E2FF8D; }
a { background-color: rgb(226,255,141); }
div.DivClassName
{
background-color: #E2FF8D;
}
.BgClassName
{
background-color: #E2FF8D;
}
</style>
border-color css
<style>
span { border-color: #E2FF8D; }
span { border-color: rgb(226,255,141); }
td.TdClassName
{
border-color: #E2FF8D;
}
.TagClassName
{
border-color: #E2FF8D;
}
</style>