Shades of Tidal #E7FC7D
Tints of Tidal #E7FC7D
RGB
CMYK
RGB Variations
Color information
#E7FC7D (or 0xE7FC7D) is known color: Tidal. HEX triplet: E7, FC and 7D. RGB value is (231,252,125). Sum of RGB (Red+Green+Blue) = 231+252+125=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 125 (49.22% from 255 or 20.56% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #E7FC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E7FC7D is #180382. Grayscale: #E7E7E7. Windows color (decimal): -1573763 or 8256743. OLE color: 8256743.
HSL color Cylindrical-coordinate representation of color #E7FC7D: hue angle of 69.92º 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 #E7FC7D is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 252 | 125 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.01 |
| HSL | 69.92º | 0.95% | 0.74% | - |
| HSV(B) | 69.92º | 0.5% | 0.99% | - |
| XYZ | 71.47 | 88.09 | 32.64 | - |
| YUV | 231.24 | 68.04 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 252 | 125 | 0.08 | 0 | 0.50 | 0.01 | 69.92 | 0.95 | 0.74 |
| Hex | E7 | FC | 7D | 8 | 0 | 32 | 1 | 46 | 5F | 4A |
| Octal | 347 | 374 | 175 | 10 | 0 | 62 | 1 | 106 | 137 | 112 |
| Binary | 11100111 | 11111100 | 1111101 | 1000 | 0 | 110010 | 1 | 1000110 | 1011111 | 1001010 |
Color Harmonies of #E7FC7D
Complementary color
Monochromatic Colors of #E7FC7D
Black with #E7FC7D
Text Example
Text Example
White with #E7FC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FC7D; }
p { color: rgb(231,252,125); }
H1.HeaderClassName
{
color: #E7FC7D;
}
.AnyTagClassName
{
color: #E7FC7D;
}
</style>
background-color css
<style>
a { background-color: #E7FC7D; }
a { background-color: rgb(231,252,125); }
div.DivClassName
{
background-color: #E7FC7D;
}
.BgClassName
{
background-color: #E7FC7D;
}
</style>
border-color css
<style>
span { border-color: #E7FC7D; }
span { border-color: rgb(231,252,125); }
td.TdClassName
{
border-color: #E7FC7D;
}
.TagClassName
{
border-color: #E7FC7D;
}
</style>