Shades of Tidal #EAF77F
Tints of Tidal #EAF77F
RGB
CMYK
RGB Variations
Color information
#EAF77F (or 0xEAF77F) is known color: Tidal. HEX triplet: EA, F7 and 7F. RGB value is (234,247,127). Sum of RGB (Red+Green+Blue) = 234+247+127=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 127 (50% from 255 or 20.89% from 608); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF77F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF77F is #150880. Grayscale: #E5E5E5. Windows color (decimal): -1378433 or 8386538. OLE color: 8386538.
HSL color Cylindrical-coordinate representation of color #EAF77F: hue angle of 66.5º 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 #EAF77F is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 127 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.03 |
| HSL | 66.5º | 0.88% | 0.73% | - |
| HSV(B) | 66.5º | 0.49% | 0.97% | - |
| XYZ | 71.02 | 85.55 | 32.85 | - |
| YUV | 229.43 | 70.19 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 127 | 0.05 | 0 | 0.49 | 0.03 | 66.5 | 0.88 | 0.73 |
| Hex | EA | F7 | 7F | 5 | 0 | 31 | 3 | 42 | 58 | 49 |
| Octal | 352 | 367 | 177 | 5 | 0 | 61 | 3 | 102 | 130 | 111 |
| Binary | 11101010 | 11110111 | 1111111 | 101 | 0 | 110001 | 11 | 1000010 | 1011000 | 1001001 |
Color Harmonies of #EAF77F
Complementary color
Monochromatic Colors of #EAF77F
Black with #EAF77F
Text Example
Text Example
White with #EAF77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF77F; }
p { color: rgb(234,247,127); }
H1.HeaderClassName
{
color: #EAF77F;
}
.AnyTagClassName
{
color: #EAF77F;
}
</style>
background-color css
<style>
a { background-color: #EAF77F; }
a { background-color: rgb(234,247,127); }
div.DivClassName
{
background-color: #EAF77F;
}
.BgClassName
{
background-color: #EAF77F;
}
</style>
border-color css
<style>
span { border-color: #EAF77F; }
span { border-color: rgb(234,247,127); }
td.TdClassName
{
border-color: #EAF77F;
}
.TagClassName
{
border-color: #EAF77F;
}
</style>