#5DAE4A

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

Shades of Apple #5DAE4A

Tints of Apple #5DAE4A

Color information

#5DAE4A (or 0x5DAE4A) is unknown color: approx Apple. HEX triplet: 5D, AE and 4A. RGB value is (93,174,74). Sum of RGB (Red+Green+Blue) = 93+174+74=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAE4A is #A251B5. Grayscale: #8A8A8A. Windows color (decimal): -10637750 or 4894301. OLE color: 4894301.

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

Color convert

RGB9317474-
CMYK0.4700.570.32
HSL108.6º40.32%48.63%-
HSV(B)108.6º57.47%68.24%-
XYZ20.8933.0911.77-
YUV138.3891.6695.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.27%
GREEN value IS 174 (68.36% from 255) = 51.03%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=27.27%
G=51.03%
B=21.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93174740.4700.570.32108.640.3248.63
Hex5DAE4A2F039206d2831
Octal13525611257071401555061
Binary101110110101110100101010111101110011000001101101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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