Shades of Tidal #E2FB84
Tints of Tidal #E2FB84
RGB
CMYK
RGB Variations
Color information
#E2FB84 (or 0xE2FB84) is known color: Tidal. HEX triplet: E2, FB and 84. RGB value is (226,251,132). Sum of RGB (Red+Green+Blue) = 226+251+132=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 132 (51.95% from 255 or 21.67% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FB84 is #1D047B. Grayscale: #E6E6E6. Windows color (decimal): -1901692 or 8715234. OLE color: 8715234.
HSL color Cylindrical-coordinate representation of color #E2FB84: hue angle of 72.61º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2FB84 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 132 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.02 |
| HSL | 72.61º | 0.94% | 0.75% | - |
| HSV(B) | 72.61º | 0.47% | 0.98% | - |
| XYZ | 70.03 | 86.83 | 34.9 | - |
| YUV | 229.96 | 72.72 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 132 | 0.10 | 0 | 0.47 | 0.02 | 72.61 | 0.94 | 0.75 |
| Hex | E2 | FB | 84 | A | 0 | 2F | 2 | 49 | 5E | 4B |
| Octal | 342 | 373 | 204 | 12 | 0 | 57 | 2 | 111 | 136 | 113 |
| Binary | 11100010 | 11111011 | 10000100 | 1010 | 0 | 101111 | 10 | 1001001 | 1011110 | 1001011 |
Color Harmonies of #E2FB84
Complementary color
Monochromatic Colors of #E2FB84
Black with #E2FB84
Text Example
Text Example
White with #E2FB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FB84; }
p { color: rgb(226,251,132); }
H1.HeaderClassName
{
color: #E2FB84;
}
.AnyTagClassName
{
color: #E2FB84;
}
</style>
background-color css
<style>
a { background-color: #E2FB84; }
a { background-color: rgb(226,251,132); }
div.DivClassName
{
background-color: #E2FB84;
}
.BgClassName
{
background-color: #E2FB84;
}
</style>
border-color css
<style>
span { border-color: #E2FB84; }
span { border-color: rgb(226,251,132); }
td.TdClassName
{
border-color: #E2FB84;
}
.TagClassName
{
border-color: #E2FB84;
}
</style>