#E5FC2F

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

Shades of Pear #E5FC2F

Tints of Pear #E5FC2F

Color information

#E5FC2F (or 0xE5FC2F) is unknown color: approx Pear. HEX triplet: E5, FC and 2F. RGB value is (229,252,47). Sum of RGB (Red+Green+Blue) = 229+252+47=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 47 (18.75% from 255 or 8.90% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #E5FC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FC2F is #1A03D0. Grayscale: #DEDEDE. Windows color (decimal): -1704913 or 3144933. OLE color: 3144933.

HSL color Cylindrical-coordinate representation of color #E5FC2F: hue angle of 66.73º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5FC2F is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB22925247-
CMYK0.0900.810.01
HSL66.73º97.16%58.63%-
HSV(B)66.73º81.35%98.82%-
XYZ67.6486.4815.82-
YUV221.7529.38133.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.37%
GREEN value IS 252 (98.83% from 255) = 47.73%
BLUE value IS 47 (18.75% from 255) = 8.90%
R=43.37%
G=47.73%
B=8.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal229252470.0900.810.0166.7397.1658.63
HexE5FC2F9051143613b
Octal34537457110121110314173
Binary1110010111111100101111100101010001110000111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FC2F; }

 p { color: rgb(229,252,47); }

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

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

 a { background-color: rgb(229,252,47); }

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

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

 span { border-color: rgb(229,252,47); }

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