#5EAA53

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

Shades of Apple #5EAA53

Tints of Apple #5EAA53

Color information

#5EAA53 (or 0x5EAA53) is unknown color: approx Apple. HEX triplet: 5E, AA and 53. RGB value is (94,170,83). Sum of RGB (Red+Green+Blue) = 94+170+83=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA53 is #A155AC. Grayscale: #898989. Windows color (decimal): -10573229 or 5483102. OLE color: 5483102.

HSL color Cylindrical-coordinate representation of color #5EAA53: hue angle of 112.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EAA53 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB9417083-
CMYK0.4500.510.33
HSL112.41º34.39%49.61%-
HSV(B)112.41º51.18%66.67%-
XYZ20.5531.7513.23-
YUV137.3697.3297.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=27.09%
G=48.99%
B=23.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94170830.4500.510.33112.4134.3949.61
Hex5EAA532D03321702232
Octal13625212355063411604262
Binary101111010101010101001110110101100111000011110000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,170,83); }

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

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

 a { background-color: rgb(94,170,83); }

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

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

 span { border-color: rgb(94,170,83); }

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