#E2F12F

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

Shades of Pear #E2F12F

Tints of Pear #E2F12F

Color information

#E2F12F (or 0xE2F12F) is unknown color: approx Pear. HEX triplet: E2, F1 and 2F. RGB value is (226,241,47). Sum of RGB (Red+Green+Blue) = 226+241+47=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 47 (18.75% from 255 or 9.14% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F12F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F12F is #1D0ED0. Grayscale: #D7D7D7. Windows color (decimal): -1904337 or 3142114. OLE color: 3142114.

HSL color Cylindrical-coordinate representation of color #E2F12F: hue angle of 64.64º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2F12F is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB22624147-
CMYK0.0600.800.05
HSL64.64º87.39%56.47%-
HSV(B)64.64º80.5%94.51%-
XYZ63.3379.2814.65-
YUV214.433.53136.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.97%
GREEN value IS 241 (94.53% from 255) = 46.89%
BLUE value IS 47 (18.75% from 255) = 9.14%
R=43.97%
G=46.89%
B=9.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal226241470.0600.800.0564.6487.3956.47
HexE2F12F60505415738
Octal3423615760120510112770
Binary11100010111100011011111100101000010110000011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F12F; }

 p { color: rgb(226,241,47); }

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

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

 a { background-color: rgb(226,241,47); }

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

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

 span { border-color: rgb(226,241,47); }

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