Shades of Tidal #E8F97E
Tints of Tidal #E8F97E
RGB
CMYK
RGB Variations
Color information
#E8F97E (or 0xE8F97E) is known color: Tidal. HEX triplet: E8, F9 and 7E. RGB value is (232,249,126). Sum of RGB (Red+Green+Blue) = 232+249+126=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 126 (49.61% from 255 or 20.76% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #E8F97E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8F97E is #170681. Grayscale: #E6E6E6. Windows color (decimal): -1508994 or 8321512. OLE color: 8321512.
HSL color Cylindrical-coordinate representation of color #E8F97E: hue angle of 68.29º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8F97E is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 249 | 126 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.02 |
| HSL | 68.29º | 0.91% | 0.74% | - |
| HSV(B) | 68.29º | 0.49% | 0.98% | - |
| XYZ | 70.92 | 86.41 | 32.68 | - |
| YUV | 229.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 249 | 126 | 0.07 | 0 | 0.49 | 0.02 | 68.29 | 0.91 | 0.74 |
| Hex | E8 | F9 | 7E | 7 | 0 | 31 | 2 | 44 | 5B | 4A |
| Octal | 350 | 371 | 176 | 7 | 0 | 61 | 2 | 104 | 133 | 112 |
| Binary | 11101000 | 11111001 | 1111110 | 111 | 0 | 110001 | 10 | 1000100 | 1011011 | 1001010 |
Color Harmonies of #E8F97E
Complementary color
Monochromatic Colors of #E8F97E
Black with #E8F97E
Text Example
Text Example
White with #E8F97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F97E; }
p { color: rgb(232,249,126); }
H1.HeaderClassName
{
color: #E8F97E;
}
.AnyTagClassName
{
color: #E8F97E;
}
</style>
background-color css
<style>
a { background-color: #E8F97E; }
a { background-color: rgb(232,249,126); }
div.DivClassName
{
background-color: #E8F97E;
}
.BgClassName
{
background-color: #E8F97E;
}
</style>
border-color css
<style>
span { border-color: #E8F97E; }
span { border-color: rgb(232,249,126); }
td.TdClassName
{
border-color: #E8F97E;
}
.TagClassName
{
border-color: #E8F97E;
}
</style>