Shades of Tidal #E2F484
Tints of Tidal #E2F484
RGB
CMYK
RGB Variations
Color information
#E2F484 (or 0xE2F484) is known color: Tidal. HEX triplet: E2, F4 and 84. RGB value is (226,244,132). Sum of RGB (Red+Green+Blue) = 226+244+132=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F484 is #1D0B7B. Grayscale: #E2E2E2. Windows color (decimal): -1903484 or 8713442. OLE color: 8713442.
HSL color Cylindrical-coordinate representation of color #E2F484: hue angle of 69.64º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2F484 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 132 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.04 |
| HSL | 69.64º | 0.84% | 0.74% | - |
| HSV(B) | 69.64º | 0.46% | 0.96% | - |
| XYZ | 67.88 | 82.54 | 34.18 | - |
| YUV | 225.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 132 | 0.07 | 0 | 0.46 | 0.04 | 69.64 | 0.84 | 0.74 |
| Hex | E2 | F4 | 84 | 7 | 0 | 2E | 4 | 46 | 54 | 4A |
| Octal | 342 | 364 | 204 | 7 | 0 | 56 | 4 | 106 | 124 | 112 |
| Binary | 11100010 | 11110100 | 10000100 | 111 | 0 | 101110 | 100 | 1000110 | 1010100 | 1001010 |
Color Harmonies of #E2F484
Complementary color
Monochromatic Colors of #E2F484
Black with #E2F484
Text Example
Text Example
White with #E2F484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F484; }
p { color: rgb(226,244,132); }
H1.HeaderClassName
{
color: #E2F484;
}
.AnyTagClassName
{
color: #E2F484;
}
</style>
background-color css
<style>
a { background-color: #E2F484; }
a { background-color: rgb(226,244,132); }
div.DivClassName
{
background-color: #E2F484;
}
.BgClassName
{
background-color: #E2F484;
}
</style>
border-color css
<style>
span { border-color: #E2F484; }
span { border-color: rgb(226,244,132); }
td.TdClassName
{
border-color: #E2F484;
}
.TagClassName
{
border-color: #E2F484;
}
</style>