Shades of Tidal #E7FA86
Tints of Tidal #E7FA86
RGB
CMYK
RGB Variations
Color information
#E7FA86 (or 0xE7FA86) is known color: Tidal. HEX triplet: E7, FA and 86. RGB value is (231,250,134). Sum of RGB (Red+Green+Blue) = 231+250+134=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 134 (52.73% from 255 or 21.79% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #E7FA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7FA86 is #180579. Grayscale: #E7E7E7. Windows color (decimal): -1574266 or 8846055. OLE color: 8846055.
HSL color Cylindrical-coordinate representation of color #E7FA86: hue angle of 69.83º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E7FA86 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 250 | 134 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.02 |
| HSL | 69.83º | 0.92% | 0.75% | - |
| HSV(B) | 69.83º | 0.46% | 0.98% | - |
| XYZ | 71.44 | 87.08 | 35.6 | - |
| YUV | 231.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 250 | 134 | 0.08 | 0 | 0.46 | 0.02 | 69.83 | 0.92 | 0.75 |
| Hex | E7 | FA | 86 | 8 | 0 | 2E | 2 | 46 | 5C | 4B |
| Octal | 347 | 372 | 206 | 10 | 0 | 56 | 2 | 106 | 134 | 113 |
| Binary | 11100111 | 11111010 | 10000110 | 1000 | 0 | 101110 | 10 | 1000110 | 1011100 | 1001011 |
Color Harmonies of #E7FA86
Complementary color
Monochromatic Colors of #E7FA86
Black with #E7FA86
Text Example
Text Example
White with #E7FA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FA86; }
p { color: rgb(231,250,134); }
H1.HeaderClassName
{
color: #E7FA86;
}
.AnyTagClassName
{
color: #E7FA86;
}
</style>
background-color css
<style>
a { background-color: #E7FA86; }
a { background-color: rgb(231,250,134); }
div.DivClassName
{
background-color: #E7FA86;
}
.BgClassName
{
background-color: #E7FA86;
}
</style>
border-color css
<style>
span { border-color: #E7FA86; }
span { border-color: rgb(231,250,134); }
td.TdClassName
{
border-color: #E7FA86;
}
.TagClassName
{
border-color: #E7FA86;
}
</style>