#E0FA38

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

Shades of Pear #E0FA38

Tints of Pear #E0FA38

Color information

#E0FA38 (or 0xE0FA38) is unknown color: approx Pear. HEX triplet: E0, FA and 38. RGB value is (224,250,56). Sum of RGB (Red+Green+Blue) = 224+250+56=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 56 (22.27% from 255 or 10.57% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FA38 is #1F05C7. Grayscale: #DCDCDC. Windows color (decimal): -2033096 or 3734240. OLE color: 3734240.

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

Color convert

RGB22425056-
CMYK0.1000.780.02
HSL68.04º95.1%60%-
HSV(B)68.04º77.6%98.04%-
XYZ65.6484.516.59-
YUV220.1135.39130.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 250 (98.05% from 255) = 47.17%
BLUE value IS 56 (22.27% from 255) = 10.57%
R=42.26%
G=47.17%
B=10.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal224250560.1000.780.0268.0495.160
HexE0FA38A04E2445f3c
Octal34037270120116210413774
Binary11100000111110101110001010010011101010001001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FA38; }

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

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

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

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

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

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

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

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