#E2FC38

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

Shades of Pear #E2FC38

Tints of Pear #E2FC38

Color information

#E2FC38 (or 0xE2FC38) is unknown color: approx Pear. HEX triplet: E2, FC and 38. RGB value is (226,252,56). Sum of RGB (Red+Green+Blue) = 226+252+56=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 56 (22.27% from 255 or 10.49% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FC38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FC38 is #1D03C7. Grayscale: #DEDEDE. Windows color (decimal): -1901512 or 3734754. OLE color: 3734754.

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

Color convert

RGB22625256-
CMYK0.1000.780.01
HSL67.96º97.03%60.39%-
HSV(B)67.96º77.78%98.82%-
XYZ66.8986.0816.83-
YUV221.8834.39130.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.32%
GREEN value IS 252 (98.83% from 255) = 47.19%
BLUE value IS 56 (22.27% from 255) = 10.49%
R=42.32%
G=47.19%
B=10.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal226252560.1000.780.0167.9697.0360.39
HexE2FC38A04E144613c
Octal34237470120116110414174
Binary1110001011111100111000101001001110110001001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FC38; }

 p { color: rgb(226,252,56); }

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

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

 a { background-color: rgb(226,252,56); }

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

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

 span { border-color: rgb(226,252,56); }

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