Shades of Tidal #E2FE7F
Tints of Tidal #E2FE7F
RGB
CMYK
RGB Variations
Color information
#E2FE7F (or 0xE2FE7F) is known color: Tidal. HEX triplet: E2, FE and 7F. RGB value is (226,254,127). Sum of RGB (Red+Green+Blue) = 226+254+127=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 127 (50% from 255 or 20.92% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FE7F is #1D0180. Grayscale: #E7E7E7. Windows color (decimal): -1900929 or 8388322. OLE color: 8388322.
HSL color Cylindrical-coordinate representation of color #E2FE7F: hue angle of 73.23º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2FE7F is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 127 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.00 |
| HSL | 73.23º | 0.98% | 0.75% | - |
| HSV(B) | 73.23º | 0.5% | 1% | - |
| XYZ | 70.64 | 88.58 | 33.45 | - |
| YUV | 231.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 127 | 0.11 | 0 | 0.50 | 0.00 | 73.23 | 0.98 | 0.75 |
| Hex | E2 | FE | 7F | B | 0 | 32 | 0 | 49 | 62 | 4B |
| Octal | 342 | 376 | 177 | 13 | 0 | 62 | 0 | 111 | 142 | 113 |
| Binary | 11100010 | 11111110 | 1111111 | 1011 | 0 | 110010 | 0 | 1001001 | 1100010 | 1001011 |
Color Harmonies of #E2FE7F
Complementary color
Monochromatic Colors of #E2FE7F
Black with #E2FE7F
Text Example
Text Example
White with #E2FE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE7F; }
p { color: rgb(226,254,127); }
H1.HeaderClassName
{
color: #E2FE7F;
}
.AnyTagClassName
{
color: #E2FE7F;
}
</style>
background-color css
<style>
a { background-color: #E2FE7F; }
a { background-color: rgb(226,254,127); }
div.DivClassName
{
background-color: #E2FE7F;
}
.BgClassName
{
background-color: #E2FE7F;
}
</style>
border-color css
<style>
span { border-color: #E2FE7F; }
span { border-color: rgb(226,254,127); }
td.TdClassName
{
border-color: #E2FE7F;
}
.TagClassName
{
border-color: #E2FE7F;
}
</style>