Shades of Tidal #E8F282
Tints of Tidal #E8F282
RGB
CMYK
RGB Variations
Color information
#E8F282 (or 0xE8F282) is known color: Tidal. HEX triplet: E8, F2 and 82. RGB value is (232,242,130). Sum of RGB (Red+Green+Blue) = 232+242+130=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 130 (51.17% from 255 or 21.52% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F282 is #170D7D. Grayscale: #E2E2E2. Windows color (decimal): -1510782 or 8581864. OLE color: 8581864.
HSL color Cylindrical-coordinate representation of color #E8F282: hue angle of 65.36º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E8F282 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 130 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.05 |
| HSL | 65.36º | 0.81% | 0.73% | - |
| HSV(B) | 65.36º | 0.46% | 0.95% | - |
| XYZ | 69.06 | 82.27 | 33.36 | - |
| YUV | 226.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 130 | 0.04 | 0 | 0.46 | 0.05 | 65.36 | 0.81 | 0.73 |
| Hex | E8 | F2 | 82 | 4 | 0 | 2E | 5 | 41 | 51 | 49 |
| Octal | 350 | 362 | 202 | 4 | 0 | 56 | 5 | 101 | 121 | 111 |
| Binary | 11101000 | 11110010 | 10000010 | 100 | 0 | 101110 | 101 | 1000001 | 1010001 | 1001001 |
Color Harmonies of #E8F282
Complementary color
Monochromatic Colors of #E8F282
Black with #E8F282
Text Example
Text Example
White with #E8F282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F282; }
p { color: rgb(232,242,130); }
H1.HeaderClassName
{
color: #E8F282;
}
.AnyTagClassName
{
color: #E8F282;
}
</style>
background-color css
<style>
a { background-color: #E8F282; }
a { background-color: rgb(232,242,130); }
div.DivClassName
{
background-color: #E8F282;
}
.BgClassName
{
background-color: #E8F282;
}
</style>
border-color css
<style>
span { border-color: #E8F282; }
span { border-color: rgb(232,242,130); }
td.TdClassName
{
border-color: #E8F282;
}
.TagClassName
{
border-color: #E8F282;
}
</style>