Shades of Tidal #E6F486
Tints of Tidal #E6F486
RGB
CMYK
RGB Variations
Color information
#E6F486 (or 0xE6F486) is known color: Tidal. HEX triplet: E6, F4 and 86. RGB value is (230,244,134). Sum of RGB (Red+Green+Blue) = 230+244+134=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 134 (52.73% from 255 or 22.04% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #E6F486 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F486 is #190B79. Grayscale: #E3E3E3. Windows color (decimal): -1641338 or 8844518. OLE color: 8844518.
HSL color Cylindrical-coordinate representation of color #E6F486: hue angle of 67.64º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6F486 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 244 | 134 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.04 |
| HSL | 67.64º | 0.83% | 0.74% | - |
| HSV(B) | 67.64º | 0.45% | 0.96% | - |
| XYZ | 69.29 | 83.25 | 34.97 | - |
| YUV | 227.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 244 | 134 | 0.06 | 0 | 0.45 | 0.04 | 67.64 | 0.83 | 0.74 |
| Hex | E6 | F4 | 86 | 6 | 0 | 2D | 4 | 44 | 53 | 4A |
| Octal | 346 | 364 | 206 | 6 | 0 | 55 | 4 | 104 | 123 | 112 |
| Binary | 11100110 | 11110100 | 10000110 | 110 | 0 | 101101 | 100 | 1000100 | 1010011 | 1001010 |
Color Harmonies of #E6F486
Complementary color
Monochromatic Colors of #E6F486
Black with #E6F486
Text Example
Text Example
White with #E6F486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F486; }
p { color: rgb(230,244,134); }
H1.HeaderClassName
{
color: #E6F486;
}
.AnyTagClassName
{
color: #E6F486;
}
</style>
background-color css
<style>
a { background-color: #E6F486; }
a { background-color: rgb(230,244,134); }
div.DivClassName
{
background-color: #E6F486;
}
.BgClassName
{
background-color: #E6F486;
}
</style>
border-color css
<style>
span { border-color: #E6F486; }
span { border-color: rgb(230,244,134); }
td.TdClassName
{
border-color: #E6F486;
}
.TagClassName
{
border-color: #E6F486;
}
</style>