Shades of Tidal #E2FF8C
Tints of Tidal #E2FF8C
RGB
CMYK
RGB Variations
Color information
#E2FF8C (or 0xE2FF8C) is known color: Tidal. HEX triplet: E2, FF and 8C. RGB value is (226,255,140). Sum of RGB (Red+Green+Blue) = 226+255+140=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 140 (55.08% from 255 or 22.54% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FF8C is #1D0073. Grayscale: #E9E9E9. Windows color (decimal): -1900660 or 9240546. OLE color: 9240546.
HSL color Cylindrical-coordinate representation of color #E2FF8C: hue angle of 75.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2FF8C is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 140 | - |
| CMYK | 0.11 | 0 | 0.45 | 0 |
| HSL | 75.13º | 1% | 0.77% | - |
| HSV(B) | 75.13º | 0.45% | 1% | - |
| XYZ | 71.86 | 89.58 | 38.31 | - |
| YUV | 233.22 | 75.39 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 140 | 0.11 | 0 | 0.45 | 0 | 75.13 | 1 | 0.77 |
| Hex | E2 | FF | 8C | B | 0 | 2D | 0 | 4B | 64 | 4D |
| Octal | 342 | 377 | 214 | 13 | 0 | 55 | 0 | 113 | 144 | 115 |
| Binary | 11100010 | 11111111 | 10001100 | 1011 | 0 | 101101 | 0 | 1001011 | 1100100 | 1001101 |
Color Harmonies of #E2FF8C
Complementary color
Monochromatic Colors of #E2FF8C
Black with #E2FF8C
Text Example
Text Example
White with #E2FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF8C; }
p { color: rgb(226,255,140); }
H1.HeaderClassName
{
color: #E2FF8C;
}
.AnyTagClassName
{
color: #E2FF8C;
}
</style>
background-color css
<style>
a { background-color: #E2FF8C; }
a { background-color: rgb(226,255,140); }
div.DivClassName
{
background-color: #E2FF8C;
}
.BgClassName
{
background-color: #E2FF8C;
}
</style>
border-color css
<style>
span { border-color: #E2FF8C; }
span { border-color: rgb(226,255,140); }
td.TdClassName
{
border-color: #E2FF8C;
}
.TagClassName
{
border-color: #E2FF8C;
}
</style>