Shades of Tidal #E4FA7F
Tints of Tidal #E4FA7F
RGB
CMYK
RGB Variations
Color information
#E4FA7F (or 0xE4FA7F) is known color: Tidal. HEX triplet: E4, FA and 7F. RGB value is (228,250,127). Sum of RGB (Red+Green+Blue) = 228+250+127=605 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.69% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 127 (50% from 255 or 20.99% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #E4FA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4FA7F is #1B0580. Grayscale: #E5E5E5. Windows color (decimal): -1770881 or 8387300. OLE color: 8387300.
HSL color Cylindrical-coordinate representation of color #E4FA7F: hue angle of 70.73º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E4FA7F is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 250 | 127 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.02 |
| HSL | 70.73º | 0.92% | 0.74% | - |
| HSV(B) | 70.73º | 0.49% | 0.98% | - |
| XYZ | 70.01 | 86.4 | 33.07 | - |
| YUV | 229.4 | 70.21 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 250 | 127 | 0.09 | 0 | 0.49 | 0.02 | 70.73 | 0.92 | 0.74 |
| Hex | E4 | FA | 7F | 9 | 0 | 31 | 2 | 47 | 5C | 4A |
| Octal | 344 | 372 | 177 | 11 | 0 | 61 | 2 | 107 | 134 | 112 |
| Binary | 11100100 | 11111010 | 1111111 | 1001 | 0 | 110001 | 10 | 1000111 | 1011100 | 1001010 |
Color Harmonies of #E4FA7F
Complementary color
Monochromatic Colors of #E4FA7F
Black with #E4FA7F
Text Example
Text Example
White with #E4FA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FA7F; }
p { color: rgb(228,250,127); }
H1.HeaderClassName
{
color: #E4FA7F;
}
.AnyTagClassName
{
color: #E4FA7F;
}
</style>
background-color css
<style>
a { background-color: #E4FA7F; }
a { background-color: rgb(228,250,127); }
div.DivClassName
{
background-color: #E4FA7F;
}
.BgClassName
{
background-color: #E4FA7F;
}
</style>
border-color css
<style>
span { border-color: #E4FA7F; }
span { border-color: rgb(228,250,127); }
td.TdClassName
{
border-color: #E4FA7F;
}
.TagClassName
{
border-color: #E4FA7F;
}
</style>