#E2FD92

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

Shades of Tidal #E2FD92

Tints of Tidal #E2FD92

Color information

#E2FD92 (or 0xE2FD92) is unknown color: approx Tidal. HEX triplet: E2, FD and 92. RGB value is (226,253,146). Sum of RGB (Red+Green+Blue) = 226+253+146=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 146 (57.42% from 255 or 23.36% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FD92 is #1D026D. Grayscale: #E9E9E9. Windows color (decimal): -1901166 or 9633250. OLE color: 9633250.

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

Color convert

RGB226253146-
CMYK0.1100.420.01
HSL75.14º96.4%78.24%-
HSV(B)75.14º42.29%99.22%-
XYZ71.6888.4940.5-
YUV232.7379.05123.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.16%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 146 (57.42% from 255) = 23.36%
R=36.16%
G=40.48%
B=23.36%

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
Decimal2262531460.1100.420.0175.1496.478.24
HexE2FD92B02A14b604e
Octal342375222130521113140116
Binary111000101111110110010010101101010101100101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FD92; }

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

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

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

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

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

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

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

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