Shades of Tidal #E6FD7D
Tints of Tidal #E6FD7D
RGB
CMYK
RGB Variations
Color information
#E6FD7D (or 0xE6FD7D) is known color: Tidal. HEX triplet: E6, FD and 7D. RGB value is (230,253,125). Sum of RGB (Red+Green+Blue) = 230+253+125=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 125 (49.22% from 255 or 20.56% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FD7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6FD7D is #190282. Grayscale: #E8E8E8. Windows color (decimal): -1639043 or 8256998. OLE color: 8256998.
HSL color Cylindrical-coordinate representation of color #E6FD7D: hue angle of 70.78º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6FD7D is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 253 | 125 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.01 |
| HSL | 70.78º | 0.97% | 0.74% | - |
| HSV(B) | 70.78º | 0.51% | 0.99% | - |
| XYZ | 71.46 | 88.55 | 32.73 | - |
| YUV | 231.53 | 67.88 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 253 | 125 | 0.09 | 0 | 0.51 | 0.01 | 70.78 | 0.97 | 0.74 |
| Hex | E6 | FD | 7D | 9 | 0 | 33 | 1 | 47 | 61 | 4A |
| Octal | 346 | 375 | 175 | 11 | 0 | 63 | 1 | 107 | 141 | 112 |
| Binary | 11100110 | 11111101 | 1111101 | 1001 | 0 | 110011 | 1 | 1000111 | 1100001 | 1001010 |
Color Harmonies of #E6FD7D
Complementary color
Monochromatic Colors of #E6FD7D
Black with #E6FD7D
Text Example
Text Example
White with #E6FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FD7D; }
p { color: rgb(230,253,125); }
H1.HeaderClassName
{
color: #E6FD7D;
}
.AnyTagClassName
{
color: #E6FD7D;
}
</style>
background-color css
<style>
a { background-color: #E6FD7D; }
a { background-color: rgb(230,253,125); }
div.DivClassName
{
background-color: #E6FD7D;
}
.BgClassName
{
background-color: #E6FD7D;
}
</style>
border-color css
<style>
span { border-color: #E6FD7D; }
span { border-color: rgb(230,253,125); }
td.TdClassName
{
border-color: #E6FD7D;
}
.TagClassName
{
border-color: #E6FD7D;
}
</style>