Shades of Tidal #E6F588
Tints of Tidal #E6F588
RGB
CMYK
RGB Variations
Color information
#E6F588 (or 0xE6F588) is known color: Tidal. HEX triplet: E6, F5 and 88. RGB value is (230,245,136). Sum of RGB (Red+Green+Blue) = 230+245+136=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 136 (53.52% from 255 or 22.26% from 611); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F588 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F588 is #190A77. Grayscale: #E4E4E4. Windows color (decimal): -1641080 or 8975846. OLE color: 8975846.
HSL color Cylindrical-coordinate representation of color #E6F588: hue angle of 68.26º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6F588 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 245 | 136 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.04 |
| HSL | 68.26º | 0.84% | 0.75% | - |
| HSV(B) | 68.26º | 0.44% | 0.96% | - |
| XYZ | 69.73 | 83.91 | 35.81 | - |
| YUV | 228.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 245 | 136 | 0.06 | 0 | 0.44 | 0.04 | 68.26 | 0.84 | 0.75 |
| Hex | E6 | F5 | 88 | 6 | 0 | 2C | 4 | 44 | 54 | 4B |
| Octal | 346 | 365 | 210 | 6 | 0 | 54 | 4 | 104 | 124 | 113 |
| Binary | 11100110 | 11110101 | 10001000 | 110 | 0 | 101100 | 100 | 1000100 | 1010100 | 1001011 |
Color Harmonies of #E6F588
Complementary color
Monochromatic Colors of #E6F588
Black with #E6F588
Text Example
Text Example
White with #E6F588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F588; }
p { color: rgb(230,245,136); }
H1.HeaderClassName
{
color: #E6F588;
}
.AnyTagClassName
{
color: #E6F588;
}
</style>
background-color css
<style>
a { background-color: #E6F588; }
a { background-color: rgb(230,245,136); }
div.DivClassName
{
background-color: #E6F588;
}
.BgClassName
{
background-color: #E6F588;
}
</style>
border-color css
<style>
span { border-color: #E6F588; }
span { border-color: rgb(230,245,136); }
td.TdClassName
{
border-color: #E6F588;
}
.TagClassName
{
border-color: #E6F588;
}
</style>