#5DAA53

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

Shades of Apple #5DAA53

Tints of Apple #5DAA53

Color information

#5DAA53 (or 0x5DAA53) is unknown color: approx Apple. HEX triplet: 5D, AA and 53. RGB value is (93,170,83). Sum of RGB (Red+Green+Blue) = 93+170+83=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAA53 is #A255AC. Grayscale: #898989. Windows color (decimal): -10638765 or 5483101. OLE color: 5483101.

HSL color Cylindrical-coordinate representation of color #5DAA53: hue angle of 113.1º 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 #5DAA53 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB9317083-
CMYK0.4500.510.33
HSL113.1º34.39%49.61%-
HSV(B)113.1º51.18%66.67%-
XYZ20.4531.713.22-
YUV137.0697.4996.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.88%
GREEN value IS 170 (66.80% from 255) = 49.13%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=26.88%
G=49.13%
B=23.99%

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
Decimal93170830.4500.510.33113.134.3949.61
Hex5DAA532D03321712232
Octal13525212355063411614262
Binary101110110101010101001110110101100111000011110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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