Shades of Tidal #E2FB88
Tints of Tidal #E2FB88
RGB
CMYK
RGB Variations
Color information
#E2FB88 (or 0xE2FB88) is known color: Tidal. HEX triplet: E2, FB and 88. RGB value is (226,251,136). Sum of RGB (Red+Green+Blue) = 226+251+136=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 136 (53.52% from 255 or 22.19% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FB88 is #1D0477. Grayscale: #E6E6E6. Windows color (decimal): -1901688 or 8977378. OLE color: 8977378.
HSL color Cylindrical-coordinate representation of color #E2FB88: hue angle of 73.04º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2FB88 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 136 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.02 |
| HSL | 73.04º | 0.93% | 0.76% | - |
| HSV(B) | 73.04º | 0.46% | 0.98% | - |
| XYZ | 70.31 | 86.94 | 36.37 | - |
| YUV | 230.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 136 | 0.10 | 0 | 0.46 | 0.02 | 73.04 | 0.93 | 0.76 |
| Hex | E2 | FB | 88 | A | 0 | 2E | 2 | 49 | 5D | 4C |
| Octal | 342 | 373 | 210 | 12 | 0 | 56 | 2 | 111 | 135 | 114 |
| Binary | 11100010 | 11111011 | 10001000 | 1010 | 0 | 101110 | 10 | 1001001 | 1011101 | 1001100 |
Color Harmonies of #E2FB88
Complementary color
Monochromatic Colors of #E2FB88
Black with #E2FB88
Text Example
Text Example
White with #E2FB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FB88; }
p { color: rgb(226,251,136); }
H1.HeaderClassName
{
color: #E2FB88;
}
.AnyTagClassName
{
color: #E2FB88;
}
</style>
background-color css
<style>
a { background-color: #E2FB88; }
a { background-color: rgb(226,251,136); }
div.DivClassName
{
background-color: #E2FB88;
}
.BgClassName
{
background-color: #E2FB88;
}
</style>
border-color css
<style>
span { border-color: #E2FB88; }
span { border-color: rgb(226,251,136); }
td.TdClassName
{
border-color: #E2FB88;
}
.TagClassName
{
border-color: #E2FB88;
}
</style>