Shades of Tidal #E6F77E
Tints of Tidal #E6F77E
RGB
CMYK
RGB Variations
Color information
#E6F77E (or 0xE6F77E) is known color: Tidal. HEX triplet: E6, F7 and 7E. RGB value is (230,247,126). Sum of RGB (Red+Green+Blue) = 230+247+126=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 126 (49.61% from 255 or 20.90% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #E6F77E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F77E is #190881. Grayscale: #E4E4E4. Windows color (decimal): -1640578 or 8320998. OLE color: 8320998.
HSL color Cylindrical-coordinate representation of color #E6F77E: hue angle of 68.43º 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 #E6F77E is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 247 | 126 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.03 |
| HSL | 68.43º | 0.88% | 0.73% | - |
| HSV(B) | 68.43º | 0.49% | 0.97% | - |
| XYZ | 69.66 | 84.85 | 32.45 | - |
| YUV | 228.12 | 70.37 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 247 | 126 | 0.07 | 0 | 0.49 | 0.03 | 68.43 | 0.88 | 0.73 |
| Hex | E6 | F7 | 7E | 7 | 0 | 31 | 3 | 44 | 58 | 49 |
| Octal | 346 | 367 | 176 | 7 | 0 | 61 | 3 | 104 | 130 | 111 |
| Binary | 11100110 | 11110111 | 1111110 | 111 | 0 | 110001 | 11 | 1000100 | 1011000 | 1001001 |
Color Harmonies of #E6F77E
Complementary color
Monochromatic Colors of #E6F77E
Black with #E6F77E
Text Example
Text Example
White with #E6F77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F77E; }
p { color: rgb(230,247,126); }
H1.HeaderClassName
{
color: #E6F77E;
}
.AnyTagClassName
{
color: #E6F77E;
}
</style>
background-color css
<style>
a { background-color: #E6F77E; }
a { background-color: rgb(230,247,126); }
div.DivClassName
{
background-color: #E6F77E;
}
.BgClassName
{
background-color: #E6F77E;
}
</style>
border-color css
<style>
span { border-color: #E6F77E; }
span { border-color: rgb(230,247,126); }
td.TdClassName
{
border-color: #E6F77E;
}
.TagClassName
{
border-color: #E6F77E;
}
</style>