Shades of Tidal #E2FA82
Tints of Tidal #E2FA82
RGB
CMYK
RGB Variations
Color information
#E2FA82 (or 0xE2FA82) is known color: Tidal. HEX triplet: E2, FA and 82. RGB value is (226,250,130). Sum of RGB (Red+Green+Blue) = 226+250+130=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 130 (51.17% from 255 or 21.45% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FA82 is #1D057D. Grayscale: #E5E5E5. Windows color (decimal): -1901950 or 8583906. OLE color: 8583906.
HSL color Cylindrical-coordinate representation of color #E2FA82: hue angle of 72º 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 #E2FA82 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 130 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.02 |
| HSL | 72º | 0.92% | 0.75% | - |
| HSV(B) | 72º | 0.48% | 0.98% | - |
| XYZ | 69.58 | 86.15 | 34.08 | - |
| YUV | 229.14 | 72.05 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 130 | 0.10 | 0 | 0.48 | 0.02 | 72 | 0.92 | 0.75 |
| Hex | E2 | FA | 82 | A | 0 | 30 | 2 | 48 | 5C | 4B |
| Octal | 342 | 372 | 202 | 12 | 0 | 60 | 2 | 110 | 134 | 113 |
| Binary | 11100010 | 11111010 | 10000010 | 1010 | 0 | 110000 | 10 | 1001000 | 1011100 | 1001011 |
Color Harmonies of #E2FA82
Complementary color
Monochromatic Colors of #E2FA82
Black with #E2FA82
Text Example
Text Example
White with #E2FA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA82; }
p { color: rgb(226,250,130); }
H1.HeaderClassName
{
color: #E2FA82;
}
.AnyTagClassName
{
color: #E2FA82;
}
</style>
background-color css
<style>
a { background-color: #E2FA82; }
a { background-color: rgb(226,250,130); }
div.DivClassName
{
background-color: #E2FA82;
}
.BgClassName
{
background-color: #E2FA82;
}
</style>
border-color css
<style>
span { border-color: #E2FA82; }
span { border-color: rgb(226,250,130); }
td.TdClassName
{
border-color: #E2FA82;
}
.TagClassName
{
border-color: #E2FA82;
}
</style>