Shades of Tidal #E6F289
Tints of Tidal #E6F289
RGB
CMYK
RGB Variations
Color information
#E6F289 (or 0xE6F289) is known color: Tidal. HEX triplet: E6, F2 and 89. RGB value is (230,242,137). Sum of RGB (Red+Green+Blue) = 230+242+137=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 137 (53.91% from 255 or 22.50% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F289 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F289 is #190D76. Grayscale: #E2E2E2. Windows color (decimal): -1641847 or 9040614. OLE color: 9040614.
HSL color Cylindrical-coordinate representation of color #E6F289: hue angle of 66.86º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6F289 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 137 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.05 |
| HSL | 66.86º | 0.8% | 0.74% | - |
| HSV(B) | 66.86º | 0.43% | 0.95% | - |
| XYZ | 68.9 | 82.13 | 35.89 | - |
| YUV | 226.44 | 77.52 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 137 | 0.05 | 0 | 0.43 | 0.05 | 66.86 | 0.8 | 0.74 |
| Hex | E6 | F2 | 89 | 5 | 0 | 2B | 5 | 43 | 50 | 4A |
| Octal | 346 | 362 | 211 | 5 | 0 | 53 | 5 | 103 | 120 | 112 |
| Binary | 11100110 | 11110010 | 10001001 | 101 | 0 | 101011 | 101 | 1000011 | 1010000 | 1001010 |
Color Harmonies of #E6F289
Complementary color
Monochromatic Colors of #E6F289
Black with #E6F289
Text Example
Text Example
White with #E6F289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F289; }
p { color: rgb(230,242,137); }
H1.HeaderClassName
{
color: #E6F289;
}
.AnyTagClassName
{
color: #E6F289;
}
</style>
background-color css
<style>
a { background-color: #E6F289; }
a { background-color: rgb(230,242,137); }
div.DivClassName
{
background-color: #E6F289;
}
.BgClassName
{
background-color: #E6F289;
}
</style>
border-color css
<style>
span { border-color: #E6F289; }
span { border-color: rgb(230,242,137); }
td.TdClassName
{
border-color: #E6F289;
}
.TagClassName
{
border-color: #E6F289;
}
</style>