Shades of Tidal #E8FA8E
Tints of Tidal #E8FA8E
RGB
CMYK
RGB Variations
Color information
#E8FA8E (or 0xE8FA8E) is known color: Tidal. HEX triplet: E8, FA and 8E. RGB value is (232,250,142). Sum of RGB (Red+Green+Blue) = 232+250+142=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 142 (55.86% from 255 or 22.76% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FA8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FA8E is #170571. Grayscale: #E8E8E8. Windows color (decimal): -1508722 or 9370344. OLE color: 9370344.
HSL color Cylindrical-coordinate representation of color #E8FA8E: hue angle of 70º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8FA8E is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 142 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.02 |
| HSL | 70º | 0.92% | 0.77% | - |
| HSV(B) | 70º | 0.43% | 0.98% | - |
| XYZ | 72.35 | 87.48 | 38.66 | - |
| YUV | 232.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 142 | 0.07 | 0 | 0.43 | 0.02 | 70 | 0.92 | 0.77 |
| Hex | E8 | FA | 8E | 7 | 0 | 2B | 2 | 46 | 5C | 4D |
| Octal | 350 | 372 | 216 | 7 | 0 | 53 | 2 | 106 | 134 | 115 |
| Binary | 11101000 | 11111010 | 10001110 | 111 | 0 | 101011 | 10 | 1000110 | 1011100 | 1001101 |
Color Harmonies of #E8FA8E
Complementary color
Monochromatic Colors of #E8FA8E
Black with #E8FA8E
Text Example
Text Example
White with #E8FA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FA8E; }
p { color: rgb(232,250,142); }
H1.HeaderClassName
{
color: #E8FA8E;
}
.AnyTagClassName
{
color: #E8FA8E;
}
</style>
background-color css
<style>
a { background-color: #E8FA8E; }
a { background-color: rgb(232,250,142); }
div.DivClassName
{
background-color: #E8FA8E;
}
.BgClassName
{
background-color: #E8FA8E;
}
</style>
border-color css
<style>
span { border-color: #E8FA8E; }
span { border-color: rgb(232,250,142); }
td.TdClassName
{
border-color: #E8FA8E;
}
.TagClassName
{
border-color: #E8FA8E;
}
</style>