Shades of Tidal #E2FB91
Tints of Tidal #E2FB91
RGB
CMYK
RGB Variations
Color information
#E2FB91 (or 0xE2FB91) is known color: Tidal. HEX triplet: E2, FB and 91. RGB value is (226,251,145). Sum of RGB (Red+Green+Blue) = 226+251+145=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 145 (57.03% from 255 or 23.31% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FB91 is #1D046E. Grayscale: #E7E7E7. Windows color (decimal): -1901679 or 9567202. OLE color: 9567202.
HSL color Cylindrical-coordinate representation of color #E2FB91: hue angle of 74.15º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2FB91 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 145 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.02 |
| HSL | 74.15º | 0.93% | 0.78% | - |
| HSV(B) | 74.15º | 0.42% | 0.98% | - |
| XYZ | 70.97 | 87.21 | 39.88 | - |
| YUV | 231.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 145 | 0.10 | 0 | 0.42 | 0.02 | 74.15 | 0.93 | 0.78 |
| Hex | E2 | FB | 91 | A | 0 | 2A | 2 | 4A | 5D | 4E |
| Octal | 342 | 373 | 221 | 12 | 0 | 52 | 2 | 112 | 135 | 116 |
| Binary | 11100010 | 11111011 | 10010001 | 1010 | 0 | 101010 | 10 | 1001010 | 1011101 | 1001110 |
Color Harmonies of #E2FB91
Complementary color
Monochromatic Colors of #E2FB91
Black with #E2FB91
Text Example
Text Example
White with #E2FB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FB91; }
p { color: rgb(226,251,145); }
H1.HeaderClassName
{
color: #E2FB91;
}
.AnyTagClassName
{
color: #E2FB91;
}
</style>
background-color css
<style>
a { background-color: #E2FB91; }
a { background-color: rgb(226,251,145); }
div.DivClassName
{
background-color: #E2FB91;
}
.BgClassName
{
background-color: #E2FB91;
}
</style>
border-color css
<style>
span { border-color: #E2FB91; }
span { border-color: rgb(226,251,145); }
td.TdClassName
{
border-color: #E2FB91;
}
.TagClassName
{
border-color: #E2FB91;
}
</style>