#E4F380

Color #E4F380 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #E4F380

Tints of Tidal #E4F380

Color information

#E4F380 (or 0xE4F380) is unknown color: approx Tidal. HEX triplet: E4, F3 and 80. RGB value is (228,243,128). Sum of RGB (Red+Green+Blue) = 228+243+128=599 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.06% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #E4F380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F380 is #1B0C7F. Grayscale: #E1E1E1. Windows color (decimal): -1772672 or 8451044. OLE color: 8451044.

HSL color Cylindrical-coordinate representation of color #E4F380: hue angle of 67.83º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E4F380 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB228243128-
CMYK0.0600.470.05
HSL67.83º82.73%72.75%-
HSV(B)67.83º47.33%95.29%-
XYZ67.9482.1532.7-
YUV225.473.03129.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 38.06%
GREEN value IS 243 (95.31% from 255) = 40.57%
BLUE value IS 128 (50.39% from 255) = 21.37%
R=38.06%
G=40.57%
B=21.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282431280.0600.470.0567.8382.7372.75
HexE4F380602F5445349
Octal34436320060575104123111
Binary1110010011110011100000001100101111101100010010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F380; }

 p { color: rgb(228,243,128); }

 H1.HeaderClassName
 {
   color: #E4F380;
 }
 .AnyTagClassName
 {
   color: #E4F380;
 }
</style>
background-color css

<style>
 a { background-color: #E4F380; }

 a { background-color: rgb(228,243,128); }

 div.DivClassName
 {
   background-color: #E4F380;
 }
 .BgClassName
 {
   background-color: #E4F380;
 }
</style>
border-color css

<style>
 span { border-color: #E4F380; }

 span { border-color: rgb(228,243,128); }

 td.TdClassName
 {
   border-color: #E4F380;
 }
 .TagClassName
 {
   border-color: #E4F380;
 }
</style>