Shades of Tidal #E2FA90
Tints of Tidal #E2FA90
RGB
CMYK
RGB Variations
Color information
#E2FA90 (or 0xE2FA90) is known color: Tidal. HEX triplet: E2, FA and 90. RGB value is (226,250,144). Sum of RGB (Red+Green+Blue) = 226+250+144=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 144 (56.64% from 255 or 23.23% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FA90 is #1D056F. Grayscale: #E7E7E7. Windows color (decimal): -1901936 or 9501410. OLE color: 9501410.
HSL color Cylindrical-coordinate representation of color #E2FA90: hue angle of 73.58º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2FA90 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 144 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.02 |
| HSL | 73.58º | 0.91% | 0.77% | - |
| HSV(B) | 73.58º | 0.42% | 0.98% | - |
| XYZ | 70.58 | 86.55 | 39.37 | - |
| YUV | 230.74 | 79.05 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 144 | 0.10 | 0 | 0.42 | 0.02 | 73.58 | 0.91 | 0.77 |
| Hex | E2 | FA | 90 | A | 0 | 2A | 2 | 4A | 5B | 4D |
| Octal | 342 | 372 | 220 | 12 | 0 | 52 | 2 | 112 | 133 | 115 |
| Binary | 11100010 | 11111010 | 10010000 | 1010 | 0 | 101010 | 10 | 1001010 | 1011011 | 1001101 |
Color Harmonies of #E2FA90
Complementary color
Monochromatic Colors of #E2FA90
Black with #E2FA90
Text Example
Text Example
White with #E2FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA90; }
p { color: rgb(226,250,144); }
H1.HeaderClassName
{
color: #E2FA90;
}
.AnyTagClassName
{
color: #E2FA90;
}
</style>
background-color css
<style>
a { background-color: #E2FA90; }
a { background-color: rgb(226,250,144); }
div.DivClassName
{
background-color: #E2FA90;
}
.BgClassName
{
background-color: #E2FA90;
}
</style>
border-color css
<style>
span { border-color: #E2FA90; }
span { border-color: rgb(226,250,144); }
td.TdClassName
{
border-color: #E2FA90;
}
.TagClassName
{
border-color: #E2FA90;
}
</style>