Shades of Tidal #E8FC7D
Tints of Tidal #E8FC7D
RGB
CMYK
RGB Variations
Color information
#E8FC7D (or 0xE8FC7D) is known color: Tidal. HEX triplet: E8, FC and 7D. RGB value is (232,252,125). Sum of RGB (Red+Green+Blue) = 232+252+125=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 125 (49.22% from 255 or 20.53% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #E8FC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8FC7D is #170382. Grayscale: #E8E8E8. Windows color (decimal): -1508227 or 8256744. OLE color: 8256744.
HSL color Cylindrical-coordinate representation of color #E8FC7D: hue angle of 69.45º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8FC7D is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 252 | 125 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.01 |
| HSL | 69.45º | 0.95% | 0.74% | - |
| HSV(B) | 69.45º | 0.5% | 0.99% | - |
| XYZ | 71.79 | 88.26 | 32.65 | - |
| YUV | 231.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 252 | 125 | 0.08 | 0 | 0.50 | 0.01 | 69.45 | 0.95 | 0.74 |
| Hex | E8 | FC | 7D | 8 | 0 | 32 | 1 | 45 | 5F | 4A |
| Octal | 350 | 374 | 175 | 10 | 0 | 62 | 1 | 105 | 137 | 112 |
| Binary | 11101000 | 11111100 | 1111101 | 1000 | 0 | 110010 | 1 | 1000101 | 1011111 | 1001010 |
Color Harmonies of #E8FC7D
Complementary color
Monochromatic Colors of #E8FC7D
Black with #E8FC7D
Text Example
Text Example
White with #E8FC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FC7D; }
p { color: rgb(232,252,125); }
H1.HeaderClassName
{
color: #E8FC7D;
}
.AnyTagClassName
{
color: #E8FC7D;
}
</style>
background-color css
<style>
a { background-color: #E8FC7D; }
a { background-color: rgb(232,252,125); }
div.DivClassName
{
background-color: #E8FC7D;
}
.BgClassName
{
background-color: #E8FC7D;
}
</style>
border-color css
<style>
span { border-color: #E8FC7D; }
span { border-color: rgb(232,252,125); }
td.TdClassName
{
border-color: #E8FC7D;
}
.TagClassName
{
border-color: #E8FC7D;
}
</style>