#E0FE38

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

Shades of Pear #E0FE38

Tints of Pear #E0FE38

Color information

#E0FE38 (or 0xE0FE38) is unknown color: approx Pear. HEX triplet: E0, FE and 38. RGB value is (224,254,56). Sum of RGB (Red+Green+Blue) = 224+254+56=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 56 (22.27% from 255 or 10.49% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FE38 is #1F01C7. Grayscale: #DFDFDF. Windows color (decimal): -2032072 or 3735264. OLE color: 3735264.

HSL color Cylindrical-coordinate representation of color #E0FE38: hue angle of 69.09º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0FE38 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.

Color convert

RGB22425456-
CMYK0.1200.780.00
HSL69.09º99%60.78%-
HSV(B)69.09º77.95%99.61%-
XYZ66.987.0217.01-
YUV222.4634.06129.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 254 (99.61% from 255) = 47.57%
BLUE value IS 56 (22.27% from 255) = 10.49%
R=41.95%
G=47.57%
B=10.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal224254560.1200.780.0069.099960.78
HexE0FE38C04E045633d
Octal34037670140116010514375
Binary1110000011111110111000110001001110010001011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FE38; }

 p { color: rgb(224,254,56); }

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

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

 a { background-color: rgb(224,254,56); }

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

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

 span { border-color: rgb(224,254,56); }

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