#E0FC35

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

Shades of Pear #E0FC35

Tints of Pear #E0FC35

Color information

#E0FC35 (or 0xE0FC35) is unknown color: approx Pear. HEX triplet: E0, FC and 35. RGB value is (224,252,53). Sum of RGB (Red+Green+Blue) = 224+252+53=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 53 (21.09% from 255 or 10.02% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FC35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FC35 is #1F03CA. Grayscale: #DDDDDD. Windows color (decimal): -2032587 or 3538144. OLE color: 3538144.

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

Color convert

RGB22425253-
CMYK0.1100.790.01
HSL68.44º97.07%59.8%-
HSV(B)68.44º78.97%98.82%-
XYZ66.1985.7316.43-
YUV220.9433.22130.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 252 (98.83% from 255) = 47.64%
BLUE value IS 53 (21.09% from 255) = 10.02%
R=42.34%
G=47.64%
B=10.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal224252530.1100.790.0168.4497.0759.8
HexE0FC35B04F144613c
Octal34037465130117110414174
Binary1110000011111100110101101101001111110001001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FC35; }

 p { color: rgb(224,252,53); }

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

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

 a { background-color: rgb(224,252,53); }

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

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

 span { border-color: rgb(224,252,53); }

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