Shades of Tidal #E4F484
Tints of Tidal #E4F484
RGB
CMYK
RGB Variations
Color information
#E4F484 (or 0xE4F484) is known color: Tidal. HEX triplet: E4, F4 and 84. RGB value is (228,244,132). Sum of RGB (Red+Green+Blue) = 228+244+132=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #E4F484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F484 is #1B0B7B. Grayscale: #E2E2E2. Windows color (decimal): -1772412 or 8713444. OLE color: 8713444.
HSL color Cylindrical-coordinate representation of color #E4F484: hue angle of 68.57º 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 #E4F484 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 244 | 132 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.04 |
| HSL | 68.57º | 0.84% | 0.74% | - |
| HSV(B) | 68.57º | 0.46% | 0.96% | - |
| XYZ | 68.51 | 82.86 | 34.21 | - |
| YUV | 226.45 | 74.7 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 244 | 132 | 0.07 | 0 | 0.46 | 0.04 | 68.57 | 0.84 | 0.74 |
| Hex | E4 | F4 | 84 | 7 | 0 | 2E | 4 | 45 | 54 | 4A |
| Octal | 344 | 364 | 204 | 7 | 0 | 56 | 4 | 105 | 124 | 112 |
| Binary | 11100100 | 11110100 | 10000100 | 111 | 0 | 101110 | 100 | 1000101 | 1010100 | 1001010 |
Color Harmonies of #E4F484
Complementary color
Monochromatic Colors of #E4F484
Black with #E4F484
Text Example
Text Example
White with #E4F484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F484; }
p { color: rgb(228,244,132); }
H1.HeaderClassName
{
color: #E4F484;
}
.AnyTagClassName
{
color: #E4F484;
}
</style>
background-color css
<style>
a { background-color: #E4F484; }
a { background-color: rgb(228,244,132); }
div.DivClassName
{
background-color: #E4F484;
}
.BgClassName
{
background-color: #E4F484;
}
</style>
border-color css
<style>
span { border-color: #E4F484; }
span { border-color: rgb(228,244,132); }
td.TdClassName
{
border-color: #E4F484;
}
.TagClassName
{
border-color: #E4F484;
}
</style>