Shades of Tidal #E2F987
Tints of Tidal #E2F987
RGB
CMYK
RGB Variations
Color information
#E2F987 (or 0xE2F987) is known color: Tidal. HEX triplet: E2, F9 and 87. RGB value is (226,249,135). Sum of RGB (Red+Green+Blue) = 226+249+135=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 135 (53.12% from 255 or 22.13% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F987 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F987 is #1D0678. Grayscale: #E5E5E5. Windows color (decimal): -1902201 or 8911330. OLE color: 8911330.
HSL color Cylindrical-coordinate representation of color #E2F987: hue angle of 72.11º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2F987 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 135 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.02 |
| HSL | 72.11º | 0.9% | 0.75% | - |
| HSV(B) | 72.11º | 0.46% | 0.98% | - |
| XYZ | 69.61 | 85.67 | 35.79 | - |
| YUV | 229.13 | 74.88 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 135 | 0.09 | 0 | 0.46 | 0.02 | 72.11 | 0.9 | 0.75 |
| Hex | E2 | F9 | 87 | 9 | 0 | 2E | 2 | 48 | 5A | 4B |
| Octal | 342 | 371 | 207 | 11 | 0 | 56 | 2 | 110 | 132 | 113 |
| Binary | 11100010 | 11111001 | 10000111 | 1001 | 0 | 101110 | 10 | 1001000 | 1011010 | 1001011 |
Color Harmonies of #E2F987
Complementary color
Monochromatic Colors of #E2F987
Black with #E2F987
Text Example
Text Example
White with #E2F987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F987; }
p { color: rgb(226,249,135); }
H1.HeaderClassName
{
color: #E2F987;
}
.AnyTagClassName
{
color: #E2F987;
}
</style>
background-color css
<style>
a { background-color: #E2F987; }
a { background-color: rgb(226,249,135); }
div.DivClassName
{
background-color: #E2F987;
}
.BgClassName
{
background-color: #E2F987;
}
</style>
border-color css
<style>
span { border-color: #E2F987; }
span { border-color: rgb(226,249,135); }
td.TdClassName
{
border-color: #E2F987;
}
.TagClassName
{
border-color: #E2F987;
}
</style>