Shades of Tidal #E5F288
Tints of Tidal #E5F288
RGB
CMYK
RGB Variations
Color information
#E5F288 (or 0xE5F288) is known color: Tidal. HEX triplet: E5, F2 and 88. RGB value is (229,242,136). Sum of RGB (Red+Green+Blue) = 229+242+136=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F288 is #1A0D77. Grayscale: #E2E2E2. Windows color (decimal): -1707384 or 8975077. OLE color: 8975077.
HSL color Cylindrical-coordinate representation of color #E5F288: hue angle of 67.36º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5F288 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 136 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.05 |
| HSL | 67.36º | 0.8% | 0.74% | - |
| HSV(B) | 67.36º | 0.44% | 0.95% | - |
| XYZ | 68.51 | 81.94 | 35.5 | - |
| YUV | 226.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 136 | 0.05 | 0 | 0.44 | 0.05 | 67.36 | 0.8 | 0.74 |
| Hex | E5 | F2 | 88 | 5 | 0 | 2C | 5 | 43 | 50 | 4A |
| Octal | 345 | 362 | 210 | 5 | 0 | 54 | 5 | 103 | 120 | 112 |
| Binary | 11100101 | 11110010 | 10001000 | 101 | 0 | 101100 | 101 | 1000011 | 1010000 | 1001010 |
Color Harmonies of #E5F288
Complementary color
Monochromatic Colors of #E5F288
Black with #E5F288
Text Example
Text Example
White with #E5F288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F288; }
p { color: rgb(229,242,136); }
H1.HeaderClassName
{
color: #E5F288;
}
.AnyTagClassName
{
color: #E5F288;
}
</style>
background-color css
<style>
a { background-color: #E5F288; }
a { background-color: rgb(229,242,136); }
div.DivClassName
{
background-color: #E5F288;
}
.BgClassName
{
background-color: #E5F288;
}
</style>
border-color css
<style>
span { border-color: #E5F288; }
span { border-color: rgb(229,242,136); }
td.TdClassName
{
border-color: #E5F288;
}
.TagClassName
{
border-color: #E5F288;
}
</style>