Shades of Tidal #E5FA82
Tints of Tidal #E5FA82
RGB
CMYK
RGB Variations
Color information
#E5FA82 (or 0xE5FA82) is known color: Tidal. HEX triplet: E5, FA and 82. RGB value is (229,250,130). Sum of RGB (Red+Green+Blue) = 229+250+130=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 130 (51.17% from 255 or 21.35% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FA82 is #1A057D. Grayscale: #E6E6E6. Windows color (decimal): -1705342 or 8583909. OLE color: 8583909.
HSL color Cylindrical-coordinate representation of color #E5FA82: hue angle of 70.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5FA82 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 130 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.02 |
| HSL | 70.5º | 0.92% | 0.75% | - |
| HSV(B) | 70.5º | 0.48% | 0.98% | - |
| XYZ | 70.53 | 86.64 | 34.13 | - |
| YUV | 230.04 | 71.54 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 130 | 0.08 | 0 | 0.48 | 0.02 | 70.5 | 0.92 | 0.75 |
| Hex | E5 | FA | 82 | 8 | 0 | 30 | 2 | 46 | 5C | 4B |
| Octal | 345 | 372 | 202 | 10 | 0 | 60 | 2 | 106 | 134 | 113 |
| Binary | 11100101 | 11111010 | 10000010 | 1000 | 0 | 110000 | 10 | 1000110 | 1011100 | 1001011 |
Color Harmonies of #E5FA82
Complementary color
Monochromatic Colors of #E5FA82
Black with #E5FA82
Text Example
Text Example
White with #E5FA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FA82; }
p { color: rgb(229,250,130); }
H1.HeaderClassName
{
color: #E5FA82;
}
.AnyTagClassName
{
color: #E5FA82;
}
</style>
background-color css
<style>
a { background-color: #E5FA82; }
a { background-color: rgb(229,250,130); }
div.DivClassName
{
background-color: #E5FA82;
}
.BgClassName
{
background-color: #E5FA82;
}
</style>
border-color css
<style>
span { border-color: #E5FA82; }
span { border-color: rgb(229,250,130); }
td.TdClassName
{
border-color: #E5FA82;
}
.TagClassName
{
border-color: #E5FA82;
}
</style>