#E1FC3D

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

Shades of Pear #E1FC3D

Tints of Pear #E1FC3D

Color information

#E1FC3D (or 0xE1FC3D) is unknown color: approx Pear. HEX triplet: E1, FC and 3D. RGB value is (225,252,61). Sum of RGB (Red+Green+Blue) = 225+252+61=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 61 (24.22% from 255 or 11.34% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FC3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FC3D is #1E03C2. Grayscale: #DEDEDE. Windows color (decimal): -1967043 or 4062433. OLE color: 4062433.

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

Color convert

RGB22525261-
CMYK0.1100.760.01
HSL68.48º96.95%61.37%-
HSV(B)68.48º75.79%98.82%-
XYZ66.785.9717.49-
YUV222.1537.05130.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 252 (98.83% from 255) = 46.84%
BLUE value IS 61 (24.22% from 255) = 11.34%
R=41.82%
G=46.84%
B=11.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal225252610.1100.760.0168.4896.9561.37
HexE1FC3DB04C144613d
Octal34137475130114110414175
Binary1110000111111100111101101101001100110001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FC3D; }

 p { color: rgb(225,252,61); }

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

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

 a { background-color: rgb(225,252,61); }

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

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

 span { border-color: rgb(225,252,61); }

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