#e2f42d

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

Shades of Pear #E2F42D

Tints of Pear #E2F42D

Color information

#E2F42D (or 0xE2F42D) is unknown color: approx Pear. HEX triplet: E2, F4 and 2D. RGB value is (226,244,45). Sum of RGB (Red+Green+Blue) = 226+244+45=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 45 (17.97% from 255 or 8.74% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F42D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F42D is #1D0BD2. Grayscale: #D8D8D8. Windows color (decimal): -1903571 or 3011810. OLE color: 3011810.

HSL color Cylindrical-coordinate representation of color #E2F42D: hue angle of 65.43º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2F42D is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB22624445-
CMYK0.0700.820.04
HSL65.43º90.05%56.67%-
HSV(B)65.43º81.56%95.69%-
XYZ64.1981.0614.75-
YUV215.9331.54135.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.88%
GREEN value IS 244 (95.70% from 255) = 47.38%
BLUE value IS 45 (17.97% from 255) = 8.74%
R=43.88%
G=47.38%
B=8.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal226244450.0700.820.0465.4390.0556.67
HexE2F42D70524415a39
Octal3423645570122410113271
Binary11100010111101001011011110101001010010000011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2f42d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2f42d; }

 p { color: rgb(226,244,45); }

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

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

 a { background-color: rgb(226,244,45); }

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

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

 span { border-color: rgb(226,244,45); }

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