Shades of Tidal #E5FF82
Tints of Tidal #E5FF82
RGB
CMYK
RGB Variations
Color information
#E5FF82 (or 0xE5FF82) is known color: Tidal. HEX triplet: E5, FF and 82. RGB value is (229,255,130). Sum of RGB (Red+Green+Blue) = 229+255+130=614 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.30% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 130 (51.17% from 255 or 21.17% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FF82 is #1A007D. Grayscale: #E9E9E9. Windows color (decimal): -1704062 or 8585189. OLE color: 8585189.
HSL color Cylindrical-coordinate representation of color #E5FF82: hue angle of 72.48º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5FF82 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 130 | - |
| CMYK | 0.10 | 0 | 0.49 | 0 |
| HSL | 72.48º | 1% | 0.75% | - |
| HSV(B) | 72.48º | 0.49% | 1% | - |
| XYZ | 72.1 | 89.79 | 34.65 | - |
| YUV | 232.98 | 69.89 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 130 | 0.10 | 0 | 0.49 | 0 | 72.48 | 1 | 0.75 |
| Hex | E5 | FF | 82 | A | 0 | 31 | 0 | 48 | 64 | 4B |
| Octal | 345 | 377 | 202 | 12 | 0 | 61 | 0 | 110 | 144 | 113 |
| Binary | 11100101 | 11111111 | 10000010 | 1010 | 0 | 110001 | 0 | 1001000 | 1100100 | 1001011 |
Color Harmonies of #E5FF82
Complementary color
Monochromatic Colors of #E5FF82
Black with #E5FF82
Text Example
Text Example
White with #E5FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF82; }
p { color: rgb(229,255,130); }
H1.HeaderClassName
{
color: #E5FF82;
}
.AnyTagClassName
{
color: #E5FF82;
}
</style>
background-color css
<style>
a { background-color: #E5FF82; }
a { background-color: rgb(229,255,130); }
div.DivClassName
{
background-color: #E5FF82;
}
.BgClassName
{
background-color: #E5FF82;
}
</style>
border-color css
<style>
span { border-color: #E5FF82; }
span { border-color: rgb(229,255,130); }
td.TdClassName
{
border-color: #E5FF82;
}
.TagClassName
{
border-color: #E5FF82;
}
</style>