Shades of Tidal #E2FD80
Tints of Tidal #E2FD80
RGB
CMYK
RGB Variations
Color information
#E2FD80 (or 0xE2FD80) is known color: Tidal. HEX triplet: E2, FD and 80. RGB value is (226,253,128). Sum of RGB (Red+Green+Blue) = 226+253+128=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FD80 is #1D027F. Grayscale: #E7E7E7. Windows color (decimal): -1901184 or 8453602. OLE color: 8453602.
HSL color Cylindrical-coordinate representation of color #E2FD80: hue angle of 72.96º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2FD80 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 128 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.01 |
| HSL | 72.96º | 0.97% | 0.75% | - |
| HSV(B) | 72.96º | 0.49% | 0.99% | - |
| XYZ | 70.39 | 87.98 | 33.69 | - |
| YUV | 230.68 | 70.05 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 128 | 0.11 | 0 | 0.49 | 0.01 | 72.96 | 0.97 | 0.75 |
| Hex | E2 | FD | 80 | B | 0 | 31 | 1 | 49 | 61 | 4B |
| Octal | 342 | 375 | 200 | 13 | 0 | 61 | 1 | 111 | 141 | 113 |
| Binary | 11100010 | 11111101 | 10000000 | 1011 | 0 | 110001 | 1 | 1001001 | 1100001 | 1001011 |
Color Harmonies of #E2FD80
Complementary color
Monochromatic Colors of #E2FD80
Black with #E2FD80
Text Example
Text Example
White with #E2FD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FD80; }
p { color: rgb(226,253,128); }
H1.HeaderClassName
{
color: #E2FD80;
}
.AnyTagClassName
{
color: #E2FD80;
}
</style>
background-color css
<style>
a { background-color: #E2FD80; }
a { background-color: rgb(226,253,128); }
div.DivClassName
{
background-color: #E2FD80;
}
.BgClassName
{
background-color: #E2FD80;
}
</style>
border-color css
<style>
span { border-color: #E2FD80; }
span { border-color: rgb(226,253,128); }
td.TdClassName
{
border-color: #E2FD80;
}
.TagClassName
{
border-color: #E2FD80;
}
</style>