Shades of Tidal #E5F284
Tints of Tidal #E5F284
RGB
CMYK
RGB Variations
Color information
#E5F284 (or 0xE5F284) is known color: Tidal. HEX triplet: E5, F2 and 84. RGB value is (229,242,132). Sum of RGB (Red+Green+Blue) = 229+242+132=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 132 (51.95% from 255 or 21.89% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F284 is #1A0D7B. Grayscale: #E2E2E2. Windows color (decimal): -1707388 or 8712933. OLE color: 8712933.
HSL color Cylindrical-coordinate representation of color #E5F284: hue angle of 67.09º 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 #E5F284 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 132 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.05 |
| HSL | 67.09º | 0.81% | 0.73% | - |
| HSV(B) | 67.09º | 0.45% | 0.95% | - |
| XYZ | 68.23 | 81.83 | 34.03 | - |
| YUV | 225.57 | 75.19 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 132 | 0.05 | 0 | 0.45 | 0.05 | 67.09 | 0.81 | 0.73 |
| Hex | E5 | F2 | 84 | 5 | 0 | 2D | 5 | 43 | 51 | 49 |
| Octal | 345 | 362 | 204 | 5 | 0 | 55 | 5 | 103 | 121 | 111 |
| Binary | 11100101 | 11110010 | 10000100 | 101 | 0 | 101101 | 101 | 1000011 | 1010001 | 1001001 |
Color Harmonies of #E5F284
Complementary color
Monochromatic Colors of #E5F284
Black with #E5F284
Text Example
Text Example
White with #E5F284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F284; }
p { color: rgb(229,242,132); }
H1.HeaderClassName
{
color: #E5F284;
}
.AnyTagClassName
{
color: #E5F284;
}
</style>
background-color css
<style>
a { background-color: #E5F284; }
a { background-color: rgb(229,242,132); }
div.DivClassName
{
background-color: #E5F284;
}
.BgClassName
{
background-color: #E5F284;
}
</style>
border-color css
<style>
span { border-color: #E5F284; }
span { border-color: rgb(229,242,132); }
td.TdClassName
{
border-color: #E5F284;
}
.TagClassName
{
border-color: #E5F284;
}
</style>