#5DAE42

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

Shades of Apple #5DAE42

Tints of Apple #5DAE42

Color information

#5DAE42 (or 0x5DAE42) is unknown color: approx Apple. HEX triplet: 5D, AE and 42. RGB value is (93,174,66). Sum of RGB (Red+Green+Blue) = 93+174+66=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAE42 is #A251BD. Grayscale: #898989. Windows color (decimal): -10637758 or 4370013. OLE color: 4370013.

HSL color Cylindrical-coordinate representation of color #5DAE42: hue angle of 105º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DAE42 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB9317466-
CMYK0.4700.620.32
HSL105º45%47.06%-
HSV(B)105º62.07%68.24%-
XYZ20.6332.9910.43-
YUV137.4787.6696.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.93%
GREEN value IS 174 (68.36% from 255) = 52.25%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=27.93%
G=52.25%
B=19.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93174660.4700.620.321054547.06
Hex5DAE422F03E20692d2f
Octal13525610257076401515557
Binary101110110101110100001010111101111101000001101001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,174,66); }

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

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

 a { background-color: rgb(93,174,66); }

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

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

 span { border-color: rgb(93,174,66); }

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