#e0ff32

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

Shades of Pear #E0FF32

Tints of Pear #E0FF32

Color information

#E0FF32 (or 0xE0FF32) is unknown color: approx Pear. HEX triplet: E0, FF and 32. RGB value is (224,255,50). Sum of RGB (Red+Green+Blue) = 224+255+50=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 50 (19.92% from 255 or 9.45% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FF32 is #1F00CD. Grayscale: #DFDFDF. Windows color (decimal): -2031822 or 3342304. OLE color: 3342304.

HSL color Cylindrical-coordinate representation of color #E0FF32: hue angle of 69.07º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0FF32 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB22425550-
CMYK0.1200.800
HSL69.07º100%59.8%-
HSV(B)69.07º80.39%100%-
XYZ67.0887.616.39-
YUV222.3630.73129.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 255 (100% from 255) = 48.20%
BLUE value IS 50 (19.92% from 255) = 9.45%
R=42.34%
G=48.20%
B=9.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224255500.1200.80069.0710059.8
HexE0FF32C050045643c
Octal34037762140120010514474
Binary1110000011111111110010110001010000010001011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0ff32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0ff32; }

 p { color: rgb(224,255,50); }

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

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

 a { background-color: rgb(224,255,50); }

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

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

 span { border-color: rgb(224,255,50); }

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