Shades of Tidal #E2FC8C
Tints of Tidal #E2FC8C
RGB
CMYK
RGB Variations
Color information
#E2FC8C (or 0xE2FC8C) is known color: Tidal. HEX triplet: E2, FC and 8C. RGB value is (226,252,140). Sum of RGB (Red+Green+Blue) = 226+252+140=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 140 (55.08% from 255 or 22.65% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FC8C is #1D0373. Grayscale: #E7E7E7. Windows color (decimal): -1901428 or 9239778. OLE color: 9239778.
HSL color Cylindrical-coordinate representation of color #E2FC8C: hue angle of 73.93º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2FC8C is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 252 | 140 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.01 |
| HSL | 73.93º | 0.95% | 0.77% | - |
| HSV(B) | 73.93º | 0.44% | 0.99% | - |
| XYZ | 70.91 | 87.68 | 38 | - |
| YUV | 231.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 252 | 140 | 0.10 | 0 | 0.44 | 0.01 | 73.93 | 0.95 | 0.77 |
| Hex | E2 | FC | 8C | A | 0 | 2C | 1 | 4A | 5F | 4D |
| Octal | 342 | 374 | 214 | 12 | 0 | 54 | 1 | 112 | 137 | 115 |
| Binary | 11100010 | 11111100 | 10001100 | 1010 | 0 | 101100 | 1 | 1001010 | 1011111 | 1001101 |
Color Harmonies of #E2FC8C
Complementary color
Monochromatic Colors of #E2FC8C
Black with #E2FC8C
Text Example
Text Example
White with #E2FC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FC8C; }
p { color: rgb(226,252,140); }
H1.HeaderClassName
{
color: #E2FC8C;
}
.AnyTagClassName
{
color: #E2FC8C;
}
</style>
background-color css
<style>
a { background-color: #E2FC8C; }
a { background-color: rgb(226,252,140); }
div.DivClassName
{
background-color: #E2FC8C;
}
.BgClassName
{
background-color: #E2FC8C;
}
</style>
border-color css
<style>
span { border-color: #E2FC8C; }
span { border-color: rgb(226,252,140); }
td.TdClassName
{
border-color: #E2FC8C;
}
.TagClassName
{
border-color: #E2FC8C;
}
</style>