#5EB134

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

Shades of Apple #5EB134

Tints of Apple #5EB134

Color information

#5EB134 (or 0x5EB134) is unknown color: approx Apple. HEX triplet: 5E, B1 and 34. RGB value is (94,177,52). Sum of RGB (Red+Green+Blue) = 94+177+52=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #5EB134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EB134 is #A14ECB. Grayscale: #8A8A8A. Windows color (decimal): -10571468 or 3453278. OLE color: 3453278.

HSL color Cylindrical-coordinate representation of color #5EB134: hue angle of 99.84º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5EB134 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB9417752-
CMYK0.4700.710.31
HSL99.84º54.59%44.9%-
HSV(B)99.84º70.62%69.41%-
XYZ20.9634.078.72-
YUV137.9379.596.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.10%
GREEN value IS 177 (69.53% from 255) = 54.80%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=29.10%
G=54.80%
B=16.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94177520.4700.710.3199.8454.5944.9
Hex5EB1342F0471F64372d
Octal13626164570107371446755
Binary10111101011000111010010111101000111111111100100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,177,52); }

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

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

 a { background-color: rgb(94,177,52); }

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

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

 span { border-color: rgb(94,177,52); }

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