Shades of Tidal #E6FE96
Tints of Tidal #E6FE96
RGB
CMYK
RGB Variations
Color information
#E6FE96 (or 0xE6FE96) is known color: Tidal. HEX triplet: E6, FE and 96. RGB value is (230,254,150). Sum of RGB (Red+Green+Blue) = 230+254+150=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 150 (58.98% from 255 or 23.66% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FE96 is #190169. Grayscale: #EBEBEB. Windows color (decimal): -1638762 or 9895654. OLE color: 9895654.
HSL color Cylindrical-coordinate representation of color #E6FE96: hue angle of 73.85º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6FE96 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 254 | 150 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.00 |
| HSL | 73.85º | 0.98% | 0.79% | - |
| HSV(B) | 73.85º | 0.41% | 1% | - |
| XYZ | 73.58 | 89.91 | 42.33 | - |
| YUV | 234.97 | 80.05 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 254 | 150 | 0.09 | 0 | 0.41 | 0.00 | 73.85 | 0.98 | 0.79 |
| Hex | E6 | FE | 96 | 9 | 0 | 29 | 0 | 4A | 62 | 4F |
| Octal | 346 | 376 | 226 | 11 | 0 | 51 | 0 | 112 | 142 | 117 |
| Binary | 11100110 | 11111110 | 10010110 | 1001 | 0 | 101001 | 0 | 1001010 | 1100010 | 1001111 |
Color Harmonies of #E6FE96
Complementary color
Monochromatic Colors of #E6FE96
Black with #E6FE96
Text Example
Text Example
White with #E6FE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FE96; }
p { color: rgb(230,254,150); }
H1.HeaderClassName
{
color: #E6FE96;
}
.AnyTagClassName
{
color: #E6FE96;
}
</style>
background-color css
<style>
a { background-color: #E6FE96; }
a { background-color: rgb(230,254,150); }
div.DivClassName
{
background-color: #E6FE96;
}
.BgClassName
{
background-color: #E6FE96;
}
</style>
border-color css
<style>
span { border-color: #E6FE96; }
span { border-color: rgb(230,254,150); }
td.TdClassName
{
border-color: #E6FE96;
}
.TagClassName
{
border-color: #E6FE96;
}
</style>