#E0F43D

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

Shades of Pear #E0F43D

Tints of Pear #E0F43D

Color information

#E0F43D (or 0xE0F43D) is unknown color: approx Pear. HEX triplet: E0, F4 and 3D. RGB value is (224,244,61). Sum of RGB (Red+Green+Blue) = 224+244+61=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 61 (24.22% from 255 or 11.53% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F43D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F43D is #1F0BC2. Grayscale: #D9D9D9. Windows color (decimal): -2034627 or 4060384. OLE color: 4060384.

HSL color Cylindrical-coordinate representation of color #E0F43D: hue angle of 66.56º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0F43D is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB22424461-
CMYK0.0800.750.04
HSL66.56º89.27%59.8%-
HSV(B)66.56º75%95.69%-
XYZ63.9380.8916.66-
YUV217.1639.87132.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 244 (95.70% from 255) = 46.12%
BLUE value IS 61 (24.22% from 255) = 11.53%
R=42.34%
G=46.12%
B=11.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal224244610.0800.750.0466.5689.2759.8
HexE0F43D804B443593c
Octal34036475100113410313174
Binary111000001111010011110110000100101110010000111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F43D; }

 p { color: rgb(224,244,61); }

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

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

 a { background-color: rgb(224,244,61); }

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

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

 span { border-color: rgb(224,244,61); }

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