Shades of Tidal #E2FB82
Tints of Tidal #E2FB82
RGB
CMYK
RGB Variations
Color information
#E2FB82 (or 0xE2FB82) is known color: Tidal. HEX triplet: E2, FB and 82. RGB value is (226,251,130). Sum of RGB (Red+Green+Blue) = 226+251+130=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FB82 is #1D047D. Grayscale: #E6E6E6. Windows color (decimal): -1901694 or 8584162. OLE color: 8584162.
HSL color Cylindrical-coordinate representation of color #E2FB82: hue angle of 72.4º degrees, saturation: 0.94, 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 #E2FB82 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 130 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.02 |
| HSL | 72.4º | 0.94% | 0.75% | - |
| HSV(B) | 72.4º | 0.48% | 0.98% | - |
| XYZ | 69.89 | 86.77 | 34.18 | - |
| YUV | 229.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 130 | 0.10 | 0 | 0.48 | 0.02 | 72.4 | 0.94 | 0.75 |
| Hex | E2 | FB | 82 | A | 0 | 30 | 2 | 48 | 5E | 4B |
| Octal | 342 | 373 | 202 | 12 | 0 | 60 | 2 | 110 | 136 | 113 |
| Binary | 11100010 | 11111011 | 10000010 | 1010 | 0 | 110000 | 10 | 1001000 | 1011110 | 1001011 |
Color Harmonies of #E2FB82
Complementary color
Monochromatic Colors of #E2FB82
Black with #E2FB82
Text Example
Text Example
White with #E2FB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FB82; }
p { color: rgb(226,251,130); }
H1.HeaderClassName
{
color: #E2FB82;
}
.AnyTagClassName
{
color: #E2FB82;
}
</style>
background-color css
<style>
a { background-color: #E2FB82; }
a { background-color: rgb(226,251,130); }
div.DivClassName
{
background-color: #E2FB82;
}
.BgClassName
{
background-color: #E2FB82;
}
</style>
border-color css
<style>
span { border-color: #E2FB82; }
span { border-color: rgb(226,251,130); }
td.TdClassName
{
border-color: #E2FB82;
}
.TagClassName
{
border-color: #E2FB82;
}
</style>