Shades of Tidal #E8FF90
Tints of Tidal #E8FF90
RGB
CMYK
RGB Variations
Color information
#E8FF90 (or 0xE8FF90) is known color: Tidal. HEX triplet: E8, FF and 90. RGB value is (232,255,144). Sum of RGB (Red+Green+Blue) = 232+255+144=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 144 (56.64% from 255 or 22.82% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #E8FF90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FF90 is #17006F. Grayscale: #EBEBEB. Windows color (decimal): -1507440 or 9502696. OLE color: 9502696.
HSL color Cylindrical-coordinate representation of color #E8FF90: hue angle of 72.43º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E8FF90 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 255 | 144 | - |
| CMYK | 0.09 | 0 | 0.44 | 0 |
| HSL | 72.43º | 1% | 0.78% | - |
| HSV(B) | 72.43º | 0.44% | 1% | - |
| XYZ | 74.07 | 90.69 | 39.99 | - |
| YUV | 235.47 | 76.38 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 255 | 144 | 0.09 | 0 | 0.44 | 0 | 72.43 | 1 | 0.78 |
| Hex | E8 | FF | 90 | 9 | 0 | 2C | 0 | 48 | 64 | 4E |
| Octal | 350 | 377 | 220 | 11 | 0 | 54 | 0 | 110 | 144 | 116 |
| Binary | 11101000 | 11111111 | 10010000 | 1001 | 0 | 101100 | 0 | 1001000 | 1100100 | 1001110 |
Color Harmonies of #E8FF90
Complementary color
Monochromatic Colors of #E8FF90
Black with #E8FF90
Text Example
Text Example
White with #E8FF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FF90; }
p { color: rgb(232,255,144); }
H1.HeaderClassName
{
color: #E8FF90;
}
.AnyTagClassName
{
color: #E8FF90;
}
</style>
background-color css
<style>
a { background-color: #E8FF90; }
a { background-color: rgb(232,255,144); }
div.DivClassName
{
background-color: #E8FF90;
}
.BgClassName
{
background-color: #E8FF90;
}
</style>
border-color css
<style>
span { border-color: #E8FF90; }
span { border-color: rgb(232,255,144); }
td.TdClassName
{
border-color: #E8FF90;
}
.TagClassName
{
border-color: #E8FF90;
}
</style>