Shades of Tidal #E7F77D
Tints of Tidal #E7F77D
RGB
CMYK
RGB Variations
Color information
#E7F77D (or 0xE7F77D) is known color: Tidal. HEX triplet: E7, F7 and 7D. RGB value is (231,247,125). Sum of RGB (Red+Green+Blue) = 231+247+125=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 125 (49.22% from 255 or 20.73% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #E7F77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E7F77D is #180882. Grayscale: #E4E4E4. Windows color (decimal): -1575043 or 8255463. OLE color: 8255463.
HSL color Cylindrical-coordinate representation of color #E7F77D: hue angle of 67.87º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7F77D is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 247 | 125 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.03 |
| HSL | 67.87º | 0.88% | 0.73% | - |
| HSV(B) | 67.87º | 0.49% | 0.97% | - |
| XYZ | 69.92 | 84.99 | 32.12 | - |
| YUV | 228.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 247 | 125 | 0.06 | 0 | 0.49 | 0.03 | 67.87 | 0.88 | 0.73 |
| Hex | E7 | F7 | 7D | 6 | 0 | 31 | 3 | 44 | 58 | 49 |
| Octal | 347 | 367 | 175 | 6 | 0 | 61 | 3 | 104 | 130 | 111 |
| Binary | 11100111 | 11110111 | 1111101 | 110 | 0 | 110001 | 11 | 1000100 | 1011000 | 1001001 |
Color Harmonies of #E7F77D
Complementary color
Monochromatic Colors of #E7F77D
Black with #E7F77D
Text Example
Text Example
White with #E7F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F77D; }
p { color: rgb(231,247,125); }
H1.HeaderClassName
{
color: #E7F77D;
}
.AnyTagClassName
{
color: #E7F77D;
}
</style>
background-color css
<style>
a { background-color: #E7F77D; }
a { background-color: rgb(231,247,125); }
div.DivClassName
{
background-color: #E7F77D;
}
.BgClassName
{
background-color: #E7F77D;
}
</style>
border-color css
<style>
span { border-color: #E7F77D; }
span { border-color: rgb(231,247,125); }
td.TdClassName
{
border-color: #E7F77D;
}
.TagClassName
{
border-color: #E7F77D;
}
</style>