Shades of Tidal #EAF77E
Tints of Tidal #EAF77E
RGB
CMYK
RGB Variations
Color information
#EAF77E (or 0xEAF77E) is known color: Tidal. HEX triplet: EA, F7 and 7E. RGB value is (234,247,126). Sum of RGB (Red+Green+Blue) = 234+247+126=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 126 (49.61% from 255 or 20.76% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF77E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF77E is #150881. Grayscale: #E5E5E5. Windows color (decimal): -1378434 or 8321002. OLE color: 8321002.
HSL color Cylindrical-coordinate representation of color #EAF77E: hue angle of 66.45º 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 #EAF77E is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 126 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.03 |
| HSL | 66.45º | 0.88% | 0.73% | - |
| HSV(B) | 66.45º | 0.49% | 0.97% | - |
| XYZ | 70.96 | 85.52 | 32.51 | - |
| YUV | 229.32 | 69.69 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 126 | 0.05 | 0 | 0.49 | 0.03 | 66.45 | 0.88 | 0.73 |
| Hex | EA | F7 | 7E | 5 | 0 | 31 | 3 | 42 | 58 | 49 |
| Octal | 352 | 367 | 176 | 5 | 0 | 61 | 3 | 102 | 130 | 111 |
| Binary | 11101010 | 11110111 | 1111110 | 101 | 0 | 110001 | 11 | 1000010 | 1011000 | 1001001 |
Color Harmonies of #EAF77E
Complementary color
Monochromatic Colors of #EAF77E
Black with #EAF77E
Text Example
Text Example
White with #EAF77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF77E; }
p { color: rgb(234,247,126); }
H1.HeaderClassName
{
color: #EAF77E;
}
.AnyTagClassName
{
color: #EAF77E;
}
</style>
background-color css
<style>
a { background-color: #EAF77E; }
a { background-color: rgb(234,247,126); }
div.DivClassName
{
background-color: #EAF77E;
}
.BgClassName
{
background-color: #EAF77E;
}
</style>
border-color css
<style>
span { border-color: #EAF77E; }
span { border-color: rgb(234,247,126); }
td.TdClassName
{
border-color: #EAF77E;
}
.TagClassName
{
border-color: #EAF77E;
}
</style>