#E2FD40

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

Shades of Pear #E2FD40

Tints of Pear #E2FD40

Color information

#E2FD40 (or 0xE2FD40) is unknown color: approx Pear. HEX triplet: E2, FD and 40. RGB value is (226,253,64). Sum of RGB (Red+Green+Blue) = 226+253+64=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 64 (25.39% from 255 or 11.79% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FD40 is #1D02BF. Grayscale: #E0E0E0. Windows color (decimal): -1901248 or 4259298. OLE color: 4259298.

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

Color convert

RGB22625364-
CMYK0.1100.750.01
HSL68.57º97.93%62.16%-
HSV(B)68.57º74.7%99.22%-
XYZ67.4186.7918.05-
YUV223.3838.05129.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 253 (99.22% from 255) = 46.59%
BLUE value IS 64 (25.39% from 255) = 11.79%
R=41.62%
G=46.59%
B=11.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal226253640.1100.750.0168.5797.9362.16
HexE2FD40B04B145623e
Octal342375100130113110514276
Binary11100010111111011000000101101001011110001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FD40; }

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

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

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

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

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

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

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

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