#E0FB91

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

Shades of Tidal #E0FB91

Tints of Tidal #E0FB91

Color information

#E0FB91 (or 0xE0FB91) is unknown color: approx Tidal. HEX triplet: E0, FB and 91. RGB value is (224,251,145). Sum of RGB (Red+Green+Blue) = 224+251+145=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 145 (57.03% from 255 or 23.39% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FB91 is #1F046E. Grayscale: #E7E7E7. Windows color (decimal): -2032751 or 9567200. OLE color: 9567200.

HSL color Cylindrical-coordinate representation of color #E0FB91: hue angle of 75.28º degrees, saturation: 0.93, 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 #E0FB91 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB224251145-
CMYK0.1100.420.02
HSL75.28º92.98%77.65%-
HSV(B)75.28º42.23%98.43%-
XYZ70.3586.8939.85-
YUV230.8479.55123.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.13%
GREEN value IS 251 (98.44% from 255) = 40.48%
BLUE value IS 145 (57.03% from 255) = 23.39%
R=36.13%
G=40.48%
B=23.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242511450.1100.420.0275.2892.9877.65
HexE0FB91B02A24b5d4e
Octal340373221130522113135116
Binary1110000011111011100100011011010101010100101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FB91; }

 p { color: rgb(224,251,145); }

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

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

 a { background-color: rgb(224,251,145); }

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

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

 span { border-color: rgb(224,251,145); }

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