#E0FD91

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

Shades of Tidal #E0FD91

Tints of Tidal #E0FD91

Color information

#E0FD91 (or 0xE0FD91) is unknown color: approx Tidal. HEX triplet: E0, FD and 91. RGB value is (224,253,145). Sum of RGB (Red+Green+Blue) = 224+253+145=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 145 (57.03% from 255 or 23.31% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FD91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FD91 is #1F026E. Grayscale: #E8E8E8. Windows color (decimal): -2032239 or 9567712. OLE color: 9567712.

HSL color Cylindrical-coordinate representation of color #E0FD91: hue angle of 76.11º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0FD91 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB224253145-
CMYK0.1100.430.01
HSL76.11º96.43%78.04%-
HSV(B)76.11º42.69%99.22%-
XYZ70.9888.1440.06-
YUV232.0278.89122.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.01%
GREEN value IS 253 (99.22% from 255) = 40.68%
BLUE value IS 145 (57.03% from 255) = 23.31%
R=36.01%
G=40.68%
B=23.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242531450.1100.430.0176.1196.4378.04
HexE0FD91B02B14c604e
Octal340375221130531114140116
Binary111000001111110110010001101101010111100110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FD91; }

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

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

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

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

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

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

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

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