Shades of Tidal #E7F785
Tints of Tidal #E7F785
RGB
CMYK
RGB Variations
Color information
#E7F785 (or 0xE7F785) is known color: Tidal. HEX triplet: E7, F7 and 85. RGB value is (231,247,133). Sum of RGB (Red+Green+Blue) = 231+247+133=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 247 - color contains mainly: green. Hex color #E7F785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7F785 is #18087A. Grayscale: #E5E5E5. Windows color (decimal): -1575035 or 8779751. OLE color: 8779751.
HSL color Cylindrical-coordinate representation of color #E7F785: hue angle of 68.42º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E7F785 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 247 | 133 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.03 |
| HSL | 68.42º | 0.88% | 0.75% | - |
| HSV(B) | 68.42º | 0.46% | 0.97% | - |
| XYZ | 70.45 | 85.2 | 34.92 | - |
| YUV | 229.22 | 73.7 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 247 | 133 | 0.06 | 0 | 0.46 | 0.03 | 68.42 | 0.88 | 0.75 |
| Hex | E7 | F7 | 85 | 6 | 0 | 2E | 3 | 44 | 58 | 4B |
| Octal | 347 | 367 | 205 | 6 | 0 | 56 | 3 | 104 | 130 | 113 |
| Binary | 11100111 | 11110111 | 10000101 | 110 | 0 | 101110 | 11 | 1000100 | 1011000 | 1001011 |
Color Harmonies of #E7F785
Complementary color
Monochromatic Colors of #E7F785
Black with #E7F785
Text Example
Text Example
White with #E7F785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F785; }
p { color: rgb(231,247,133); }
H1.HeaderClassName
{
color: #E7F785;
}
.AnyTagClassName
{
color: #E7F785;
}
</style>
background-color css
<style>
a { background-color: #E7F785; }
a { background-color: rgb(231,247,133); }
div.DivClassName
{
background-color: #E7F785;
}
.BgClassName
{
background-color: #E7F785;
}
</style>
border-color css
<style>
span { border-color: #E7F785; }
span { border-color: rgb(231,247,133); }
td.TdClassName
{
border-color: #E7F785;
}
.TagClassName
{
border-color: #E7F785;
}
</style>