Shades of Tidal #E2FF95
Tints of Tidal #E2FF95
RGB
CMYK
RGB Variations
Color information
#E2FF95 (or 0xE2FF95) is known color: Tidal. HEX triplet: E2, FF and 95. RGB value is (226,255,149). Sum of RGB (Red+Green+Blue) = 226+255+149=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 149 (58.59% from 255 or 23.65% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FF95 is #1D006A. Grayscale: #EAEAEA. Windows color (decimal): -1900651 or 9830370. OLE color: 9830370.
HSL color Cylindrical-coordinate representation of color #E2FF95: hue angle of 76.42º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2FF95 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 149 | - |
| CMYK | 0.11 | 0 | 0.42 | 0 |
| HSL | 76.42º | 1% | 0.79% | - |
| HSV(B) | 76.42º | 0.42% | 1% | - |
| XYZ | 72.55 | 89.86 | 41.95 | - |
| YUV | 234.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 149 | 0.11 | 0 | 0.42 | 0 | 76.42 | 1 | 0.79 |
| Hex | E2 | FF | 95 | B | 0 | 2A | 0 | 4C | 64 | 4F |
| Octal | 342 | 377 | 225 | 13 | 0 | 52 | 0 | 114 | 144 | 117 |
| Binary | 11100010 | 11111111 | 10010101 | 1011 | 0 | 101010 | 0 | 1001100 | 1100100 | 1001111 |
Color Harmonies of #E2FF95
Complementary color
Monochromatic Colors of #E2FF95
Black with #E2FF95
Text Example
Text Example
White with #E2FF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF95; }
p { color: rgb(226,255,149); }
H1.HeaderClassName
{
color: #E2FF95;
}
.AnyTagClassName
{
color: #E2FF95;
}
</style>
background-color css
<style>
a { background-color: #E2FF95; }
a { background-color: rgb(226,255,149); }
div.DivClassName
{
background-color: #E2FF95;
}
.BgClassName
{
background-color: #E2FF95;
}
</style>
border-color css
<style>
span { border-color: #E2FF95; }
span { border-color: rgb(226,255,149); }
td.TdClassName
{
border-color: #E2FF95;
}
.TagClassName
{
border-color: #E2FF95;
}
</style>