Shades of Tidal #EAF488
Tints of Tidal #EAF488
RGB
CMYK
RGB Variations
Color information
#EAF488 (or 0xEAF488) is known color: Tidal. HEX triplet: EA, F4 and 88. RGB value is (234,244,136). Sum of RGB (Red+Green+Blue) = 234+244+136=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 136 (53.52% from 255 or 22.15% from 614); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF488 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF488 is #150B77. Grayscale: #E5E5E5. Windows color (decimal): -1379192 or 8975594. OLE color: 8975594.
HSL color Cylindrical-coordinate representation of color #EAF488: hue angle of 65.56º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAF488 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 244 | 136 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.04 |
| HSL | 65.56º | 0.83% | 0.75% | - |
| HSV(B) | 65.56º | 0.44% | 0.96% | - |
| XYZ | 70.73 | 83.97 | 35.77 | - |
| YUV | 228.7 | 75.69 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 244 | 136 | 0.04 | 0 | 0.44 | 0.04 | 65.56 | 0.83 | 0.75 |
| Hex | EA | F4 | 88 | 4 | 0 | 2C | 4 | 42 | 53 | 4B |
| Octal | 352 | 364 | 210 | 4 | 0 | 54 | 4 | 102 | 123 | 113 |
| Binary | 11101010 | 11110100 | 10001000 | 100 | 0 | 101100 | 100 | 1000010 | 1010011 | 1001011 |
Color Harmonies of #EAF488
Complementary color
Monochromatic Colors of #EAF488
Black with #EAF488
Text Example
Text Example
White with #EAF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF488; }
p { color: rgb(234,244,136); }
H1.HeaderClassName
{
color: #EAF488;
}
.AnyTagClassName
{
color: #EAF488;
}
</style>
background-color css
<style>
a { background-color: #EAF488; }
a { background-color: rgb(234,244,136); }
div.DivClassName
{
background-color: #EAF488;
}
.BgClassName
{
background-color: #EAF488;
}
</style>
border-color css
<style>
span { border-color: #EAF488; }
span { border-color: rgb(234,244,136); }
td.TdClassName
{
border-color: #EAF488;
}
.TagClassName
{
border-color: #EAF488;
}
</style>