Shades of Tidal #E4F284
Tints of Tidal #E4F284
RGB
CMYK
RGB Variations
Color information
#E4F284 (or 0xE4F284) is known color: Tidal. HEX triplet: E4, F2 and 84. RGB value is (228,242,132). Sum of RGB (Red+Green+Blue) = 228+242+132=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F284 is #1B0D7B. Grayscale: #E1E1E1. Windows color (decimal): -1772924 or 8712932. OLE color: 8712932.
HSL color Cylindrical-coordinate representation of color #E4F284: hue angle of 67.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E4F284 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 132 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.05 |
| HSL | 67.64º | 0.81% | 0.73% | - |
| HSV(B) | 67.64º | 0.45% | 0.95% | - |
| XYZ | 67.91 | 81.66 | 34.01 | - |
| YUV | 225.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 132 | 0.06 | 0 | 0.45 | 0.05 | 67.64 | 0.81 | 0.73 |
| Hex | E4 | F2 | 84 | 6 | 0 | 2D | 5 | 44 | 51 | 49 |
| Octal | 344 | 362 | 204 | 6 | 0 | 55 | 5 | 104 | 121 | 111 |
| Binary | 11100100 | 11110010 | 10000100 | 110 | 0 | 101101 | 101 | 1000100 | 1010001 | 1001001 |
Color Harmonies of #E4F284
Complementary color
Monochromatic Colors of #E4F284
Black with #E4F284
Text Example
Text Example
White with #E4F284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F284; }
p { color: rgb(228,242,132); }
H1.HeaderClassName
{
color: #E4F284;
}
.AnyTagClassName
{
color: #E4F284;
}
</style>
background-color css
<style>
a { background-color: #E4F284; }
a { background-color: rgb(228,242,132); }
div.DivClassName
{
background-color: #E4F284;
}
.BgClassName
{
background-color: #E4F284;
}
</style>
border-color css
<style>
span { border-color: #E4F284; }
span { border-color: rgb(228,242,132); }
td.TdClassName
{
border-color: #E4F284;
}
.TagClassName
{
border-color: #E4F284;
}
</style>