#E0FD41

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

Shades of Pear #E0FD41

Tints of Pear #E0FD41

Color information

#E0FD41 (or 0xE0FD41) is unknown color: approx Pear. HEX triplet: E0, FD and 41. RGB value is (224,253,65). Sum of RGB (Red+Green+Blue) = 224+253+65=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 65 (25.78% from 255 or 11.99% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FD41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FD41 is #1F02BE. Grayscale: #DFDFDF. Windows color (decimal): -2032319 or 4324832. OLE color: 4324832.

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

Color convert

RGB22425365-
CMYK0.1100.740.01
HSL69.26º97.92%62.35%-
HSV(B)69.26º74.31%99.22%-
XYZ66.8286.4818.17-
YUV222.938.89128.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 253 (99.22% from 255) = 46.68%
BLUE value IS 65 (25.78% from 255) = 11.99%
R=41.33%
G=46.68%
B=11.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal224253650.1100.740.0169.2697.9262.35
HexE0FD41B04A145623e
Octal340375101130112110514276
Binary11100000111111011000001101101001010110001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FD41; }

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

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

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

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

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

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

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

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