Shades of Tidal #E5FF92
Tints of Tidal #E5FF92
RGB
CMYK
RGB Variations
Color information
#E5FF92 (or 0xE5FF92) is known color: Tidal. HEX triplet: E5, FF and 92. RGB value is (229,255,146). Sum of RGB (Red+Green+Blue) = 229+255+146=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 146 (57.42% from 255 or 23.17% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FF92 is #1A006D. Grayscale: #EBEBEB. Windows color (decimal): -1704046 or 9633765. OLE color: 9633765.
HSL color Cylindrical-coordinate representation of color #E5FF92: hue angle of 74.31º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5FF92 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 146 | - |
| CMYK | 0.10 | 0 | 0.43 | 0 |
| HSL | 74.31º | 1% | 0.79% | - |
| HSV(B) | 74.31º | 0.43% | 1% | - |
| XYZ | 73.26 | 90.25 | 40.75 | - |
| YUV | 234.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 146 | 0.10 | 0 | 0.43 | 0 | 74.31 | 1 | 0.79 |
| Hex | E5 | FF | 92 | A | 0 | 2B | 0 | 4A | 64 | 4F |
| Octal | 345 | 377 | 222 | 12 | 0 | 53 | 0 | 112 | 144 | 117 |
| Binary | 11100101 | 11111111 | 10010010 | 1010 | 0 | 101011 | 0 | 1001010 | 1100100 | 1001111 |
Color Harmonies of #E5FF92
Complementary color
Monochromatic Colors of #E5FF92
Black with #E5FF92
Text Example
Text Example
White with #E5FF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF92; }
p { color: rgb(229,255,146); }
H1.HeaderClassName
{
color: #E5FF92;
}
.AnyTagClassName
{
color: #E5FF92;
}
</style>
background-color css
<style>
a { background-color: #E5FF92; }
a { background-color: rgb(229,255,146); }
div.DivClassName
{
background-color: #E5FF92;
}
.BgClassName
{
background-color: #E5FF92;
}
</style>
border-color css
<style>
span { border-color: #E5FF92; }
span { border-color: rgb(229,255,146); }
td.TdClassName
{
border-color: #E5FF92;
}
.TagClassName
{
border-color: #E5FF92;
}
</style>