Shades of Tidal #E5F482
Tints of Tidal #E5F482
RGB
CMYK
RGB Variations
Color information
#E5F482 (or 0xE5F482) is known color: Tidal. HEX triplet: E5, F4 and 82. RGB value is (229,244,130). Sum of RGB (Red+Green+Blue) = 229+244+130=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 130 (51.17% from 255 or 21.56% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #E5F482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F482 is #1A0B7D. Grayscale: #E2E2E2. Windows color (decimal): -1706878 or 8582373. OLE color: 8582373.
HSL color Cylindrical-coordinate representation of color #E5F482: hue angle of 67.89º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5F482 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 244 | 130 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.04 |
| HSL | 67.89º | 0.84% | 0.73% | - |
| HSV(B) | 67.89º | 0.47% | 0.96% | - |
| XYZ | 68.69 | 82.97 | 33.51 | - |
| YUV | 226.52 | 73.53 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 244 | 130 | 0.06 | 0 | 0.47 | 0.04 | 67.89 | 0.84 | 0.73 |
| Hex | E5 | F4 | 82 | 6 | 0 | 2F | 4 | 44 | 54 | 49 |
| Octal | 345 | 364 | 202 | 6 | 0 | 57 | 4 | 104 | 124 | 111 |
| Binary | 11100101 | 11110100 | 10000010 | 110 | 0 | 101111 | 100 | 1000100 | 1010100 | 1001001 |
Color Harmonies of #E5F482
Complementary color
Monochromatic Colors of #E5F482
Black with #E5F482
Text Example
Text Example
White with #E5F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F482; }
p { color: rgb(229,244,130); }
H1.HeaderClassName
{
color: #E5F482;
}
.AnyTagClassName
{
color: #E5F482;
}
</style>
background-color css
<style>
a { background-color: #E5F482; }
a { background-color: rgb(229,244,130); }
div.DivClassName
{
background-color: #E5F482;
}
.BgClassName
{
background-color: #E5F482;
}
</style>
border-color css
<style>
span { border-color: #E5F482; }
span { border-color: rgb(229,244,130); }
td.TdClassName
{
border-color: #E5F482;
}
.TagClassName
{
border-color: #E5F482;
}
</style>