Shades of Tidal #E2FF82
Tints of Tidal #E2FF82
RGB
CMYK
RGB Variations
Color information
#E2FF82 (or 0xE2FF82) is known color: Tidal. HEX triplet: E2, FF and 82. RGB value is (226,255,130). Sum of RGB (Red+Green+Blue) = 226+255+130=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 130 (51.17% from 255 or 21.28% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FF82 is #1D007D. Grayscale: #E8E8E8. Windows color (decimal): -1900670 or 8585186. OLE color: 8585186.
HSL color Cylindrical-coordinate representation of color #E2FF82: hue angle of 73.92º 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 #E2FF82 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 130 | - |
| CMYK | 0.11 | 0 | 0.49 | 0 |
| HSL | 73.92º | 1% | 0.75% | - |
| HSV(B) | 73.92º | 0.49% | 1% | - |
| XYZ | 71.15 | 89.3 | 34.61 | - |
| YUV | 232.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 130 | 0.11 | 0 | 0.49 | 0 | 73.92 | 1 | 0.75 |
| Hex | E2 | FF | 82 | B | 0 | 31 | 0 | 4A | 64 | 4B |
| Octal | 342 | 377 | 202 | 13 | 0 | 61 | 0 | 112 | 144 | 113 |
| Binary | 11100010 | 11111111 | 10000010 | 1011 | 0 | 110001 | 0 | 1001010 | 1100100 | 1001011 |
Color Harmonies of #E2FF82
Complementary color
Monochromatic Colors of #E2FF82
Black with #E2FF82
Text Example
Text Example
White with #E2FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF82; }
p { color: rgb(226,255,130); }
H1.HeaderClassName
{
color: #E2FF82;
}
.AnyTagClassName
{
color: #E2FF82;
}
</style>
background-color css
<style>
a { background-color: #E2FF82; }
a { background-color: rgb(226,255,130); }
div.DivClassName
{
background-color: #E2FF82;
}
.BgClassName
{
background-color: #E2FF82;
}
</style>
border-color css
<style>
span { border-color: #E2FF82; }
span { border-color: rgb(226,255,130); }
td.TdClassName
{
border-color: #E2FF82;
}
.TagClassName
{
border-color: #E2FF82;
}
</style>