Shades of Tidal #E4F785
Tints of Tidal #E4F785
RGB
CMYK
RGB Variations
Color information
#E4F785 (or 0xE4F785) is known color: Tidal. HEX triplet: E4, F7 and 85. RGB value is (228,247,133). Sum of RGB (Red+Green+Blue) = 228+247+133=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 133 (52.34% from 255 or 21.88% from 608); Max value from RGB is 247 - color contains mainly: green. Hex color #E4F785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F785 is #1B087A. Grayscale: #E4E4E4. Windows color (decimal): -1771643 or 8779748. OLE color: 8779748.
HSL color Cylindrical-coordinate representation of color #E4F785: hue angle of 70º 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 #E4F785 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 247 | 133 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.03 |
| HSL | 70º | 0.88% | 0.75% | - |
| HSV(B) | 70º | 0.46% | 0.97% | - |
| XYZ | 69.49 | 84.71 | 34.88 | - |
| YUV | 228.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 247 | 133 | 0.08 | 0 | 0.46 | 0.03 | 70 | 0.88 | 0.75 |
| Hex | E4 | F7 | 85 | 8 | 0 | 2E | 3 | 46 | 58 | 4B |
| Octal | 344 | 367 | 205 | 10 | 0 | 56 | 3 | 106 | 130 | 113 |
| Binary | 11100100 | 11110111 | 10000101 | 1000 | 0 | 101110 | 11 | 1000110 | 1011000 | 1001011 |
Color Harmonies of #E4F785
Complementary color
Monochromatic Colors of #E4F785
Black with #E4F785
Text Example
Text Example
White with #E4F785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F785; }
p { color: rgb(228,247,133); }
H1.HeaderClassName
{
color: #E4F785;
}
.AnyTagClassName
{
color: #E4F785;
}
</style>
background-color css
<style>
a { background-color: #E4F785; }
a { background-color: rgb(228,247,133); }
div.DivClassName
{
background-color: #E4F785;
}
.BgClassName
{
background-color: #E4F785;
}
</style>
border-color css
<style>
span { border-color: #E4F785; }
span { border-color: rgb(228,247,133); }
td.TdClassName
{
border-color: #E4F785;
}
.TagClassName
{
border-color: #E4F785;
}
</style>