Shades of Tidal #E5F682
Tints of Tidal #E5F682
RGB
CMYK
RGB Variations
Color information
#E5F682 (or 0xE5F682) is known color: Tidal. HEX triplet: E5, F6 and 82. RGB value is (229,246,130). Sum of RGB (Red+Green+Blue) = 229+246+130=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 130 (51.17% from 255 or 21.49% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #E5F682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F682 is #1A097D. Grayscale: #E4E4E4. Windows color (decimal): -1706366 or 8582885. OLE color: 8582885.
HSL color Cylindrical-coordinate representation of color #E5F682: hue angle of 68.79º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5F682 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 246 | 130 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.04 |
| HSL | 68.79º | 0.87% | 0.74% | - |
| HSV(B) | 68.79º | 0.47% | 0.96% | - |
| XYZ | 69.3 | 84.18 | 33.72 | - |
| YUV | 227.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 246 | 130 | 0.07 | 0 | 0.47 | 0.04 | 68.79 | 0.87 | 0.74 |
| Hex | E5 | F6 | 82 | 7 | 0 | 2F | 4 | 45 | 57 | 4A |
| Octal | 345 | 366 | 202 | 7 | 0 | 57 | 4 | 105 | 127 | 112 |
| Binary | 11100101 | 11110110 | 10000010 | 111 | 0 | 101111 | 100 | 1000101 | 1010111 | 1001010 |
Color Harmonies of #E5F682
Complementary color
Monochromatic Colors of #E5F682
Black with #E5F682
Text Example
Text Example
White with #E5F682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F682; }
p { color: rgb(229,246,130); }
H1.HeaderClassName
{
color: #E5F682;
}
.AnyTagClassName
{
color: #E5F682;
}
</style>
background-color css
<style>
a { background-color: #E5F682; }
a { background-color: rgb(229,246,130); }
div.DivClassName
{
background-color: #E5F682;
}
.BgClassName
{
background-color: #E5F682;
}
</style>
border-color css
<style>
span { border-color: #E5F682; }
span { border-color: rgb(229,246,130); }
td.TdClassName
{
border-color: #E5F682;
}
.TagClassName
{
border-color: #E5F682;
}
</style>