Shades of Tidal #E7FF7E
Tints of Tidal #E7FF7E
RGB
CMYK
RGB Variations
Color information
#E7FF7E (or 0xE7FF7E) is known color: Tidal. HEX triplet: E7, FF and 7E. RGB value is (231,255,126). Sum of RGB (Red+Green+Blue) = 231+255+126=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 126 (49.61% from 255 or 20.59% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #E7FF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E7FF7E is #180081. Grayscale: #E9E9E9. Windows color (decimal): -1572994 or 8323047. OLE color: 8323047.
HSL color Cylindrical-coordinate representation of color #E7FF7E: hue angle of 71.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7FF7E is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 255 | 126 | - |
| CMYK | 0.09 | 0 | 0.51 | 0 |
| HSL | 71.16º | 1% | 0.75% | - |
| HSV(B) | 71.16º | 0.51% | 1% | - |
| XYZ | 72.48 | 90.02 | 33.29 | - |
| YUV | 233.12 | 67.55 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 255 | 126 | 0.09 | 0 | 0.51 | 0 | 71.16 | 1 | 0.75 |
| Hex | E7 | FF | 7E | 9 | 0 | 33 | 0 | 47 | 64 | 4B |
| Octal | 347 | 377 | 176 | 11 | 0 | 63 | 0 | 107 | 144 | 113 |
| Binary | 11100111 | 11111111 | 1111110 | 1001 | 0 | 110011 | 0 | 1000111 | 1100100 | 1001011 |
Color Harmonies of #E7FF7E
Complementary color
Monochromatic Colors of #E7FF7E
Black with #E7FF7E
Text Example
Text Example
White with #E7FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FF7E; }
p { color: rgb(231,255,126); }
H1.HeaderClassName
{
color: #E7FF7E;
}
.AnyTagClassName
{
color: #E7FF7E;
}
</style>
background-color css
<style>
a { background-color: #E7FF7E; }
a { background-color: rgb(231,255,126); }
div.DivClassName
{
background-color: #E7FF7E;
}
.BgClassName
{
background-color: #E7FF7E;
}
</style>
border-color css
<style>
span { border-color: #E7FF7E; }
span { border-color: rgb(231,255,126); }
td.TdClassName
{
border-color: #E7FF7E;
}
.TagClassName
{
border-color: #E7FF7E;
}
</style>