#5DAA50

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

Shades of Apple #5DAA50

Tints of Apple #5DAA50

Color information

#5DAA50 (or 0x5DAA50) is unknown color: approx Apple. HEX triplet: 5D, AA and 50. RGB value is (93,170,80). Sum of RGB (Red+Green+Blue) = 93+170+80=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAA50 is #A255AF. Grayscale: #898989. Windows color (decimal): -10638768 or 5286493. OLE color: 5286493.

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

Color convert

RGB9317080-
CMYK0.4500.530.33
HSL111.33º36%49.02%-
HSV(B)111.33º52.94%66.67%-
XYZ20.3431.6612.63-
YUV136.7295.9996.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.11%
GREEN value IS 170 (66.80% from 255) = 49.56%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=27.11%
G=49.56%
B=23.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93170800.4500.530.33111.333649.02
Hex5DAA502D035216f2431
Octal13525212055065411574461
Binary101110110101010101000010110101101011000011101111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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