#E0FA41

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

Shades of Pear #E0FA41

Tints of Pear #E0FA41

Color information

#E0FA41 (or 0xE0FA41) is unknown color: approx Pear. HEX triplet: E0, FA and 41. RGB value is (224,250,65). Sum of RGB (Red+Green+Blue) = 224+250+65=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 65 (25.78% from 255 or 12.06% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FA41 is #1F05BE. Grayscale: #DDDDDD. Windows color (decimal): -2033087 or 4324064. OLE color: 4324064.

HSL color Cylindrical-coordinate representation of color #E0FA41: hue angle of 68.43º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0FA41 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB22425065-
CMYK0.1000.740.02
HSL68.43º94.87%61.76%-
HSV(B)68.43º74%98.04%-
XYZ65.8884.617.86-
YUV221.1439.89130.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.56%
GREEN value IS 250 (98.05% from 255) = 46.38%
BLUE value IS 65 (25.78% from 255) = 12.06%
R=41.56%
G=46.38%
B=12.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal224250650.1000.740.0268.4394.8761.76
HexE0FA41A04A2445f3e
Octal340372101120112210413776
Binary111000001111101010000011010010010101010001001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FA41; }

 p { color: rgb(224,250,65); }

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

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

 a { background-color: rgb(224,250,65); }

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

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

 span { border-color: rgb(224,250,65); }

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