#E1F83B

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

Shades of Pear #E1F83B

Tints of Pear #E1F83B

Color information

#E1F83B (or 0xE1F83B) is unknown color: approx Pear. HEX triplet: E1, F8 and 3B. RGB value is (225,248,59). Sum of RGB (Red+Green+Blue) = 225+248+59=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 59 (23.44% from 255 or 11.09% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #E1F83B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F83B is #1E07C4. Grayscale: #DCDCDC. Windows color (decimal): -1968069 or 3930337. OLE color: 3930337.

HSL color Cylindrical-coordinate representation of color #E1F83B: hue angle of 67.3º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1F83B is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB22524859-
CMYK0.0900.760.03
HSL67.3º93.1%60.2%-
HSV(B)67.3º76.21%97.25%-
XYZ65.4183.4616.8-
YUV219.5837.38131.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 248 (97.27% from 255) = 46.62%
BLUE value IS 59 (23.44% from 255) = 11.09%
R=42.29%
G=46.62%
B=11.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal225248590.0900.760.0367.393.160.2
HexE1F83B904C3435d3c
Octal34137073110114310313574
Binary11100001111110001110111001010011001110000111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F83B; }

 p { color: rgb(225,248,59); }

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

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

 a { background-color: rgb(225,248,59); }

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

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

 span { border-color: rgb(225,248,59); }

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