Shades of Tidal #E5FE82
Tints of Tidal #E5FE82
RGB
CMYK
RGB Variations
Color information
#E5FE82 (or 0xE5FE82) is known color: Tidal. HEX triplet: E5, FE and 82. RGB value is (229,254,130). Sum of RGB (Red+Green+Blue) = 229+254+130=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 130 (51.17% from 255 or 21.21% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #E5FE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FE82 is #1A017D. Grayscale: #E8E8E8. Windows color (decimal): -1704318 or 8584933. OLE color: 8584933.
HSL color Cylindrical-coordinate representation of color #E5FE82: hue angle of 72.1º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5FE82 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 254 | 130 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.00 |
| HSL | 72.1º | 0.98% | 0.75% | - |
| HSV(B) | 72.1º | 0.49% | 1% | - |
| XYZ | 71.78 | 89.15 | 34.54 | - |
| YUV | 232.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 254 | 130 | 0.10 | 0 | 0.49 | 0.00 | 72.1 | 0.98 | 0.75 |
| Hex | E5 | FE | 82 | A | 0 | 31 | 0 | 48 | 62 | 4B |
| Octal | 345 | 376 | 202 | 12 | 0 | 61 | 0 | 110 | 142 | 113 |
| Binary | 11100101 | 11111110 | 10000010 | 1010 | 0 | 110001 | 0 | 1001000 | 1100010 | 1001011 |
Color Harmonies of #E5FE82
Complementary color
Monochromatic Colors of #E5FE82
Black with #E5FE82
Text Example
Text Example
White with #E5FE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FE82; }
p { color: rgb(229,254,130); }
H1.HeaderClassName
{
color: #E5FE82;
}
.AnyTagClassName
{
color: #E5FE82;
}
</style>
background-color css
<style>
a { background-color: #E5FE82; }
a { background-color: rgb(229,254,130); }
div.DivClassName
{
background-color: #E5FE82;
}
.BgClassName
{
background-color: #E5FE82;
}
</style>
border-color css
<style>
span { border-color: #E5FE82; }
span { border-color: rgb(229,254,130); }
td.TdClassName
{
border-color: #E5FE82;
}
.TagClassName
{
border-color: #E5FE82;
}
</style>