#E1FD92

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

Shades of Tidal #E1FD92

Tints of Tidal #E1FD92

Color information

#E1FD92 (or 0xE1FD92) is unknown color: approx Tidal. HEX triplet: E1, FD and 92. RGB value is (225,253,146). Sum of RGB (Red+Green+Blue) = 225+253+146=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 146 (57.42% from 255 or 23.40% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FD92 is #1E026D. Grayscale: #E8E8E8. Windows color (decimal): -1966702 or 9633249. OLE color: 9633249.

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

Color convert

RGB225253146-
CMYK0.1100.420.01
HSL75.7º96.4%78.24%-
HSV(B)75.7º42.29%99.22%-
XYZ71.3688.3340.48-
YUV232.4379.22122.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.06%
GREEN value IS 253 (99.22% from 255) = 40.54%
BLUE value IS 146 (57.42% from 255) = 23.40%
R=36.06%
G=40.54%
B=23.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252531460.1100.420.0175.796.478.24
HexE1FD92B02A14c604e
Octal341375222130521114140116
Binary111000011111110110010010101101010101100110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FD92; }

 p { color: rgb(225,253,146); }

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

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

 a { background-color: rgb(225,253,146); }

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

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

 span { border-color: rgb(225,253,146); }

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