#5EA33F

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

Shades of Apple #5EA33F

Tints of Apple #5EA33F

Color information

#5EA33F (or 0x5EA33F) is unknown color: approx Apple. HEX triplet: 5E, A3 and 3F. RGB value is (94,163,63). Sum of RGB (Red+Green+Blue) = 94+163+63=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA33F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA33F is #A15CC0. Grayscale: #838383. Windows color (decimal): -10575041 or 4170590. OLE color: 4170590.

HSL color Cylindrical-coordinate representation of color #5EA33F: hue angle of 101.4º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EA33F is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB9416363-
CMYK0.4200.610.36
HSL101.4º44.25%44.31%-
HSV(B)101.4º61.35%63.92%-
XYZ18.6128.939.31-
YUV130.9789.64101.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.38%
GREEN value IS 163 (64.06% from 255) = 50.94%
BLUE value IS 63 (25% from 255) = 19.69%
R=29.38%
G=50.94%
B=19.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94163630.4200.610.36101.444.2544.31
Hex5EA33F2A03D24652c2c
Octal1362437752075441455454
Binary10111101010001111111110101001111011001001100101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EA33F; }

 p { color: rgb(94,163,63); }

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

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

 a { background-color: rgb(94,163,63); }

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

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

 span { border-color: rgb(94,163,63); }

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