Shades of Tidal #E5F282
Tints of Tidal #E5F282
RGB
CMYK
RGB Variations
Color information
#E5F282 (or 0xE5F282) is known color: Tidal. HEX triplet: E5, F2 and 82. RGB value is (229,242,130). Sum of RGB (Red+Green+Blue) = 229+242+130=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 130 (51.17% from 255 or 21.63% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F282 is #1A0D7D. Grayscale: #E1E1E1. Windows color (decimal): -1707390 or 8581861. OLE color: 8581861.
HSL color Cylindrical-coordinate representation of color #E5F282: hue angle of 66.96º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5F282 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 130 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.05 |
| HSL | 66.96º | 0.81% | 0.73% | - |
| HSV(B) | 66.96º | 0.46% | 0.95% | - |
| XYZ | 68.09 | 81.77 | 33.31 | - |
| YUV | 225.35 | 74.19 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 130 | 0.05 | 0 | 0.46 | 0.05 | 66.96 | 0.81 | 0.73 |
| Hex | E5 | F2 | 82 | 5 | 0 | 2E | 5 | 43 | 51 | 49 |
| Octal | 345 | 362 | 202 | 5 | 0 | 56 | 5 | 103 | 121 | 111 |
| Binary | 11100101 | 11110010 | 10000010 | 101 | 0 | 101110 | 101 | 1000011 | 1010001 | 1001001 |
Color Harmonies of #E5F282
Complementary color
Monochromatic Colors of #E5F282
Black with #E5F282
Text Example
Text Example
White with #E5F282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F282; }
p { color: rgb(229,242,130); }
H1.HeaderClassName
{
color: #E5F282;
}
.AnyTagClassName
{
color: #E5F282;
}
</style>
background-color css
<style>
a { background-color: #E5F282; }
a { background-color: rgb(229,242,130); }
div.DivClassName
{
background-color: #E5F282;
}
.BgClassName
{
background-color: #E5F282;
}
</style>
border-color css
<style>
span { border-color: #E5F282; }
span { border-color: rgb(229,242,130); }
td.TdClassName
{
border-color: #E5F282;
}
.TagClassName
{
border-color: #E5F282;
}
</style>