Shades of Tidal #E5F882
Tints of Tidal #E5F882
RGB
CMYK
RGB Variations
Color information
#E5F882 (or 0xE5F882) is known color: Tidal. HEX triplet: E5, F8 and 82. RGB value is (229,248,130). Sum of RGB (Red+Green+Blue) = 229+248+130=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #E5F882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F882 is #1A077D. Grayscale: #E5E5E5. Windows color (decimal): -1705854 or 8583397. OLE color: 8583397.
HSL color Cylindrical-coordinate representation of color #E5F882: hue angle of 69.66º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5F882 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 248 | 130 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.03 |
| HSL | 69.66º | 0.89% | 0.74% | - |
| HSV(B) | 69.66º | 0.48% | 0.97% | - |
| XYZ | 69.91 | 85.4 | 33.92 | - |
| YUV | 228.87 | 72.21 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 248 | 130 | 0.08 | 0 | 0.48 | 0.03 | 69.66 | 0.89 | 0.74 |
| Hex | E5 | F8 | 82 | 8 | 0 | 30 | 3 | 46 | 59 | 4A |
| Octal | 345 | 370 | 202 | 10 | 0 | 60 | 3 | 106 | 131 | 112 |
| Binary | 11100101 | 11111000 | 10000010 | 1000 | 0 | 110000 | 11 | 1000110 | 1011001 | 1001010 |
Color Harmonies of #E5F882
Complementary color
Monochromatic Colors of #E5F882
Black with #E5F882
Text Example
Text Example
White with #E5F882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F882; }
p { color: rgb(229,248,130); }
H1.HeaderClassName
{
color: #E5F882;
}
.AnyTagClassName
{
color: #E5F882;
}
</style>
background-color css
<style>
a { background-color: #E5F882; }
a { background-color: rgb(229,248,130); }
div.DivClassName
{
background-color: #E5F882;
}
.BgClassName
{
background-color: #E5F882;
}
</style>
border-color css
<style>
span { border-color: #E5F882; }
span { border-color: rgb(229,248,130); }
td.TdClassName
{
border-color: #E5F882;
}
.TagClassName
{
border-color: #E5F882;
}
</style>