Shades of Tidal #E2FA92
Tints of Tidal #E2FA92
RGB
CMYK
RGB Variations
Color information
#E2FA92 (or 0xE2FA92) is known color: Tidal. HEX triplet: E2, FA and 92. RGB value is (226,250,146). Sum of RGB (Red+Green+Blue) = 226+250+146=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 146 (57.42% from 255 or 23.47% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FA92 is #1D056D. Grayscale: #E7E7E7. Windows color (decimal): -1901934 or 9632482. OLE color: 9632482.
HSL color Cylindrical-coordinate representation of color #E2FA92: hue angle of 73.85º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2FA92 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 146 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.02 |
| HSL | 73.85º | 0.91% | 0.78% | - |
| HSV(B) | 73.85º | 0.42% | 0.98% | - |
| XYZ | 70.74 | 86.62 | 40.18 | - |
| YUV | 230.97 | 80.05 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 146 | 0.10 | 0 | 0.42 | 0.02 | 73.85 | 0.91 | 0.78 |
| Hex | E2 | FA | 92 | A | 0 | 2A | 2 | 4A | 5B | 4E |
| Octal | 342 | 372 | 222 | 12 | 0 | 52 | 2 | 112 | 133 | 116 |
| Binary | 11100010 | 11111010 | 10010010 | 1010 | 0 | 101010 | 10 | 1001010 | 1011011 | 1001110 |
Color Harmonies of #E2FA92
Complementary color
Monochromatic Colors of #E2FA92
Black with #E2FA92
Text Example
Text Example
White with #E2FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA92; }
p { color: rgb(226,250,146); }
H1.HeaderClassName
{
color: #E2FA92;
}
.AnyTagClassName
{
color: #E2FA92;
}
</style>
background-color css
<style>
a { background-color: #E2FA92; }
a { background-color: rgb(226,250,146); }
div.DivClassName
{
background-color: #E2FA92;
}
.BgClassName
{
background-color: #E2FA92;
}
</style>
border-color css
<style>
span { border-color: #E2FA92; }
span { border-color: rgb(226,250,146); }
td.TdClassName
{
border-color: #E2FA92;
}
.TagClassName
{
border-color: #E2FA92;
}
</style>