Shades of Tidal #E4FA92
Tints of Tidal #E4FA92
RGB
CMYK
RGB Variations
Color information
#E4FA92 (or 0xE4FA92) is known color: Tidal. HEX triplet: E4, FA and 92. RGB value is (228,250,146). Sum of RGB (Red+Green+Blue) = 228+250+146=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 146 (57.42% from 255 or 23.40% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #E4FA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FA92 is #1B056D. Grayscale: #E7E7E7. Windows color (decimal): -1770862 or 9632484. OLE color: 9632484.
HSL color Cylindrical-coordinate representation of color #E4FA92: hue angle of 72.69º 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 #E4FA92 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 250 | 146 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.02 |
| HSL | 72.69º | 0.91% | 0.78% | - |
| HSV(B) | 72.69º | 0.42% | 0.98% | - |
| XYZ | 71.37 | 86.94 | 40.21 | - |
| YUV | 231.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 250 | 146 | 0.09 | 0 | 0.42 | 0.02 | 72.69 | 0.91 | 0.78 |
| Hex | E4 | FA | 92 | 9 | 0 | 2A | 2 | 49 | 5B | 4E |
| Octal | 344 | 372 | 222 | 11 | 0 | 52 | 2 | 111 | 133 | 116 |
| Binary | 11100100 | 11111010 | 10010010 | 1001 | 0 | 101010 | 10 | 1001001 | 1011011 | 1001110 |
Color Harmonies of #E4FA92
Complementary color
Monochromatic Colors of #E4FA92
Black with #E4FA92
Text Example
Text Example
White with #E4FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FA92; }
p { color: rgb(228,250,146); }
H1.HeaderClassName
{
color: #E4FA92;
}
.AnyTagClassName
{
color: #E4FA92;
}
</style>
background-color css
<style>
a { background-color: #E4FA92; }
a { background-color: rgb(228,250,146); }
div.DivClassName
{
background-color: #E4FA92;
}
.BgClassName
{
background-color: #E4FA92;
}
</style>
border-color css
<style>
span { border-color: #E4FA92; }
span { border-color: rgb(228,250,146); }
td.TdClassName
{
border-color: #E4FA92;
}
.TagClassName
{
border-color: #E4FA92;
}
</style>