#E0FC27

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

Shades of Pear #E0FC27

Tints of Pear #E0FC27

Color information

#E0FC27 (or 0xE0FC27) is unknown color: approx Pear. HEX triplet: E0, FC and 27. RGB value is (224,252,39). Sum of RGB (Red+Green+Blue) = 224+252+39=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 39 (15.62% from 255 or 7.57% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FC27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FC27 is #1F03D8. Grayscale: #DCDCDC. Windows color (decimal): -2032601 or 2620640. OLE color: 2620640.

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

Color convert

RGB22425239-
CMYK0.1100.850.01
HSL67.89º97.26%57.06%-
HSV(B)67.89º84.52%98.82%-
XYZ65.9285.6114.97-
YUV219.3526.22131.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.50%
GREEN value IS 252 (98.83% from 255) = 48.93%
BLUE value IS 39 (15.62% from 255) = 7.57%
R=43.50%
G=48.93%
B=7.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal224252390.1100.850.0167.8997.2657.06
HexE0FC27B0551446139
Octal34037447130125110414171
Binary1110000011111100100111101101010101110001001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FC27; }

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

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

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

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

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

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

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

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