Shades of Tidal #E2FC86
Tints of Tidal #E2FC86
RGB
CMYK
RGB Variations
Color information
#E2FC86 (or 0xE2FC86) is known color: Tidal. HEX triplet: E2, FC and 86. RGB value is (226,252,134). Sum of RGB (Red+Green+Blue) = 226+252+134=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FC86 is #1D0379. Grayscale: #E7E7E7. Windows color (decimal): -1901434 or 8846562. OLE color: 8846562.
HSL color Cylindrical-coordinate representation of color #E2FC86: hue angle of 73.22º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2FC86 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 252 | 134 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.01 |
| HSL | 73.22º | 0.95% | 0.76% | - |
| HSV(B) | 73.22º | 0.47% | 0.99% | - |
| XYZ | 70.48 | 87.51 | 35.73 | - |
| YUV | 230.77 | 73.39 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 252 | 134 | 0.10 | 0 | 0.47 | 0.01 | 73.22 | 0.95 | 0.76 |
| Hex | E2 | FC | 86 | A | 0 | 2F | 1 | 49 | 5F | 4C |
| Octal | 342 | 374 | 206 | 12 | 0 | 57 | 1 | 111 | 137 | 114 |
| Binary | 11100010 | 11111100 | 10000110 | 1010 | 0 | 101111 | 1 | 1001001 | 1011111 | 1001100 |
Color Harmonies of #E2FC86
Complementary color
Monochromatic Colors of #E2FC86
Black with #E2FC86
Text Example
Text Example
White with #E2FC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FC86; }
p { color: rgb(226,252,134); }
H1.HeaderClassName
{
color: #E2FC86;
}
.AnyTagClassName
{
color: #E2FC86;
}
</style>
background-color css
<style>
a { background-color: #E2FC86; }
a { background-color: rgb(226,252,134); }
div.DivClassName
{
background-color: #E2FC86;
}
.BgClassName
{
background-color: #E2FC86;
}
</style>
border-color css
<style>
span { border-color: #E2FC86; }
span { border-color: rgb(226,252,134); }
td.TdClassName
{
border-color: #E2FC86;
}
.TagClassName
{
border-color: #E2FC86;
}
</style>