Shades of Tidal #E6FF7D
Tints of Tidal #E6FF7D
RGB
CMYK
RGB Variations
Color information
#E6FF7D (or 0xE6FF7D) is known color: Tidal. HEX triplet: E6, FF and 7D. RGB value is (230,255,125). Sum of RGB (Red+Green+Blue) = 230+255+125=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 125 (49.22% from 255 or 20.49% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6FF7D is #190082. Grayscale: #E9E9E9. Windows color (decimal): -1638531 or 8257510. OLE color: 8257510.
HSL color Cylindrical-coordinate representation of color #E6FF7D: hue angle of 71.54º 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 #E6FF7D is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 125 | - |
| CMYK | 0.10 | 0 | 0.51 | 0 |
| HSL | 71.54º | 1% | 0.75% | - |
| HSV(B) | 71.54º | 0.51% | 1% | - |
| XYZ | 72.09 | 89.82 | 32.94 | - |
| YUV | 232.71 | 67.22 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 125 | 0.10 | 0 | 0.51 | 0 | 71.54 | 1 | 0.75 |
| Hex | E6 | FF | 7D | A | 0 | 33 | 0 | 48 | 64 | 4B |
| Octal | 346 | 377 | 175 | 12 | 0 | 63 | 0 | 110 | 144 | 113 |
| Binary | 11100110 | 11111111 | 1111101 | 1010 | 0 | 110011 | 0 | 1001000 | 1100100 | 1001011 |
Color Harmonies of #E6FF7D
Complementary color
Monochromatic Colors of #E6FF7D
Black with #E6FF7D
Text Example
Text Example
White with #E6FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FF7D; }
p { color: rgb(230,255,125); }
H1.HeaderClassName
{
color: #E6FF7D;
}
.AnyTagClassName
{
color: #E6FF7D;
}
</style>
background-color css
<style>
a { background-color: #E6FF7D; }
a { background-color: rgb(230,255,125); }
div.DivClassName
{
background-color: #E6FF7D;
}
.BgClassName
{
background-color: #E6FF7D;
}
</style>
border-color css
<style>
span { border-color: #E6FF7D; }
span { border-color: rgb(230,255,125); }
td.TdClassName
{
border-color: #E6FF7D;
}
.TagClassName
{
border-color: #E6FF7D;
}
</style>