Shades of Tidal #E8FA7D
Tints of Tidal #E8FA7D
RGB
CMYK
RGB Variations
Color information
#E8FA7D (or 0xE8FA7D) is known color: Tidal. HEX triplet: E8, FA and 7D. RGB value is (232,250,125). Sum of RGB (Red+Green+Blue) = 232+250+125=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 125 (49.22% from 255 or 20.59% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8FA7D is #170582. Grayscale: #E6E6E6. Windows color (decimal): -1508739 or 8256232. OLE color: 8256232.
HSL color Cylindrical-coordinate representation of color #E8FA7D: hue angle of 68.64º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8FA7D is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 125 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.02 |
| HSL | 68.64º | 0.93% | 0.74% | - |
| HSV(B) | 68.64º | 0.5% | 0.98% | - |
| XYZ | 71.17 | 87.01 | 32.45 | - |
| YUV | 230.37 | 68.54 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 125 | 0.07 | 0 | 0.50 | 0.02 | 68.64 | 0.93 | 0.74 |
| Hex | E8 | FA | 7D | 7 | 0 | 32 | 2 | 45 | 5D | 4A |
| Octal | 350 | 372 | 175 | 7 | 0 | 62 | 2 | 105 | 135 | 112 |
| Binary | 11101000 | 11111010 | 1111101 | 111 | 0 | 110010 | 10 | 1000101 | 1011101 | 1001010 |
Color Harmonies of #E8FA7D
Complementary color
Monochromatic Colors of #E8FA7D
Black with #E8FA7D
Text Example
Text Example
White with #E8FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FA7D; }
p { color: rgb(232,250,125); }
H1.HeaderClassName
{
color: #E8FA7D;
}
.AnyTagClassName
{
color: #E8FA7D;
}
</style>
background-color css
<style>
a { background-color: #E8FA7D; }
a { background-color: rgb(232,250,125); }
div.DivClassName
{
background-color: #E8FA7D;
}
.BgClassName
{
background-color: #E8FA7D;
}
</style>
border-color css
<style>
span { border-color: #E8FA7D; }
span { border-color: rgb(232,250,125); }
td.TdClassName
{
border-color: #E8FA7D;
}
.TagClassName
{
border-color: #E8FA7D;
}
</style>