Shades of Tidal #E4F482
Tints of Tidal #E4F482
RGB
CMYK
RGB Variations
Color information
#E4F482 (or 0xE4F482) is known color: Tidal. HEX triplet: E4, F4 and 82. RGB value is (228,244,130). Sum of RGB (Red+Green+Blue) = 228+244+130=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #E4F482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F482 is #1B0B7D. Grayscale: #E2E2E2. Windows color (decimal): -1772414 or 8582372. OLE color: 8582372.
HSL color Cylindrical-coordinate representation of color #E4F482: hue angle of 68.42º 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 #E4F482 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 244 | 130 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.04 |
| HSL | 68.42º | 0.84% | 0.73% | - |
| HSV(B) | 68.42º | 0.47% | 0.96% | - |
| XYZ | 68.37 | 82.81 | 33.5 | - |
| YUV | 226.22 | 73.7 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 244 | 130 | 0.07 | 0 | 0.47 | 0.04 | 68.42 | 0.84 | 0.73 |
| Hex | E4 | F4 | 82 | 7 | 0 | 2F | 4 | 44 | 54 | 49 |
| Octal | 344 | 364 | 202 | 7 | 0 | 57 | 4 | 104 | 124 | 111 |
| Binary | 11100100 | 11110100 | 10000010 | 111 | 0 | 101111 | 100 | 1000100 | 1010100 | 1001001 |
Color Harmonies of #E4F482
Complementary color
Monochromatic Colors of #E4F482
Black with #E4F482
Text Example
Text Example
White with #E4F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F482; }
p { color: rgb(228,244,130); }
H1.HeaderClassName
{
color: #E4F482;
}
.AnyTagClassName
{
color: #E4F482;
}
</style>
background-color css
<style>
a { background-color: #E4F482; }
a { background-color: rgb(228,244,130); }
div.DivClassName
{
background-color: #E4F482;
}
.BgClassName
{
background-color: #E4F482;
}
</style>
border-color css
<style>
span { border-color: #E4F482; }
span { border-color: rgb(228,244,130); }
td.TdClassName
{
border-color: #E4F482;
}
.TagClassName
{
border-color: #E4F482;
}
</style>