Shades of Tidal #E6FF7E
Tints of Tidal #E6FF7E
RGB
CMYK
RGB Variations
Color information
#E6FF7E (or 0xE6FF7E) is known color: Tidal. HEX triplet: E6, FF and 7E. RGB value is (230,255,126). Sum of RGB (Red+Green+Blue) = 230+255+126=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 126 (49.61% from 255 or 20.62% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6FF7E is #190081. Grayscale: #E9E9E9. Windows color (decimal): -1638530 or 8323046. OLE color: 8323046.
HSL color Cylindrical-coordinate representation of color #E6FF7E: hue angle of 71.63º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6FF7E is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 126 | - |
| CMYK | 0.10 | 0 | 0.51 | 0 |
| HSL | 71.63º | 1% | 0.75% | - |
| HSV(B) | 71.63º | 0.51% | 1% | - |
| XYZ | 72.16 | 89.85 | 33.28 | - |
| YUV | 232.82 | 67.72 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 126 | 0.10 | 0 | 0.51 | 0 | 71.63 | 1 | 0.75 |
| Hex | E6 | FF | 7E | A | 0 | 33 | 0 | 48 | 64 | 4B |
| Octal | 346 | 377 | 176 | 12 | 0 | 63 | 0 | 110 | 144 | 113 |
| Binary | 11100110 | 11111111 | 1111110 | 1010 | 0 | 110011 | 0 | 1001000 | 1100100 | 1001011 |
Color Harmonies of #E6FF7E
Complementary color
Monochromatic Colors of #E6FF7E
Black with #E6FF7E
Text Example
Text Example
White with #E6FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FF7E; }
p { color: rgb(230,255,126); }
H1.HeaderClassName
{
color: #E6FF7E;
}
.AnyTagClassName
{
color: #E6FF7E;
}
</style>
background-color css
<style>
a { background-color: #E6FF7E; }
a { background-color: rgb(230,255,126); }
div.DivClassName
{
background-color: #E6FF7E;
}
.BgClassName
{
background-color: #E6FF7E;
}
</style>
border-color css
<style>
span { border-color: #E6FF7E; }
span { border-color: rgb(230,255,126); }
td.TdClassName
{
border-color: #E6FF7E;
}
.TagClassName
{
border-color: #E6FF7E;
}
</style>