Shades of Tidal #E2FF7F
Tints of Tidal #E2FF7F
RGB
CMYK
RGB Variations
Color information
#E2FF7F (or 0xE2FF7F) is known color: Tidal. HEX triplet: E2, FF and 7F. RGB value is (226,255,127). Sum of RGB (Red+Green+Blue) = 226+255+127=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 127 (50% from 255 or 20.89% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FF7F is #1D0080. Grayscale: #E8E8E8. Windows color (decimal): -1900673 or 8388578. OLE color: 8388578.
HSL color Cylindrical-coordinate representation of color #E2FF7F: hue angle of 73.59º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2FF7F is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 127 | - |
| CMYK | 0.11 | 0 | 0.50 | 0 |
| HSL | 73.59º | 1% | 0.75% | - |
| HSV(B) | 73.59º | 0.5% | 1% | - |
| XYZ | 70.95 | 89.22 | 33.56 | - |
| YUV | 231.74 | 68.89 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 127 | 0.11 | 0 | 0.50 | 0 | 73.59 | 1 | 0.75 |
| Hex | E2 | FF | 7F | B | 0 | 32 | 0 | 4A | 64 | 4B |
| Octal | 342 | 377 | 177 | 13 | 0 | 62 | 0 | 112 | 144 | 113 |
| Binary | 11100010 | 11111111 | 1111111 | 1011 | 0 | 110010 | 0 | 1001010 | 1100100 | 1001011 |
Color Harmonies of #E2FF7F
Complementary color
Monochromatic Colors of #E2FF7F
Black with #E2FF7F
Text Example
Text Example
White with #E2FF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF7F; }
p { color: rgb(226,255,127); }
H1.HeaderClassName
{
color: #E2FF7F;
}
.AnyTagClassName
{
color: #E2FF7F;
}
</style>
background-color css
<style>
a { background-color: #E2FF7F; }
a { background-color: rgb(226,255,127); }
div.DivClassName
{
background-color: #E2FF7F;
}
.BgClassName
{
background-color: #E2FF7F;
}
</style>
border-color css
<style>
span { border-color: #E2FF7F; }
span { border-color: rgb(226,255,127); }
td.TdClassName
{
border-color: #E2FF7F;
}
.TagClassName
{
border-color: #E2FF7F;
}
</style>