Shades of Tidal #E2FC91
Tints of Tidal #E2FC91
RGB
CMYK
RGB Variations
Color information
#E2FC91 (or 0xE2FC91) is known color: Tidal. HEX triplet: E2, FC and 91. RGB value is (226,252,145). Sum of RGB (Red+Green+Blue) = 226+252+145=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 145 (57.03% from 255 or 23.27% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FC91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FC91 is #1D036E. Grayscale: #E8E8E8. Windows color (decimal): -1901423 or 9567458. OLE color: 9567458.
HSL color Cylindrical-coordinate representation of color #E2FC91: hue angle of 74.58º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2FC91 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 252 | 145 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.01 |
| HSL | 74.58º | 0.95% | 0.78% | - |
| HSV(B) | 74.58º | 0.42% | 0.99% | - |
| XYZ | 71.29 | 87.83 | 39.98 | - |
| YUV | 232.03 | 78.89 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 252 | 145 | 0.10 | 0 | 0.42 | 0.01 | 74.58 | 0.95 | 0.78 |
| Hex | E2 | FC | 91 | A | 0 | 2A | 1 | 4B | 5F | 4E |
| Octal | 342 | 374 | 221 | 12 | 0 | 52 | 1 | 113 | 137 | 116 |
| Binary | 11100010 | 11111100 | 10010001 | 1010 | 0 | 101010 | 1 | 1001011 | 1011111 | 1001110 |
Color Harmonies of #E2FC91
Complementary color
Monochromatic Colors of #E2FC91
Black with #E2FC91
Text Example
Text Example
White with #E2FC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FC91; }
p { color: rgb(226,252,145); }
H1.HeaderClassName
{
color: #E2FC91;
}
.AnyTagClassName
{
color: #E2FC91;
}
</style>
background-color css
<style>
a { background-color: #E2FC91; }
a { background-color: rgb(226,252,145); }
div.DivClassName
{
background-color: #E2FC91;
}
.BgClassName
{
background-color: #E2FC91;
}
</style>
border-color css
<style>
span { border-color: #E2FC91; }
span { border-color: rgb(226,252,145); }
td.TdClassName
{
border-color: #E2FC91;
}
.TagClassName
{
border-color: #E2FC91;
}
</style>