#5DAE4B

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

Shades of Apple #5DAE4B

Tints of Apple #5DAE4B

Color information

#5DAE4B (or 0x5DAE4B) is unknown color: approx Apple. HEX triplet: 5D, AE and 4B. RGB value is (93,174,75). Sum of RGB (Red+Green+Blue) = 93+174+75=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAE4B is #A251B4. Grayscale: #8A8A8A. Windows color (decimal): -10637749 or 4959837. OLE color: 4959837.

HSL color Cylindrical-coordinate representation of color #5DAE4B: hue angle of 109.09º 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 #5DAE4B is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB9317475-
CMYK0.4700.570.32
HSL109.09º39.76%48.82%-
HSV(B)109.09º56.9%68.24%-
XYZ20.9233.1111.94-
YUV138.592.1695.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.19%
GREEN value IS 174 (68.36% from 255) = 50.88%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=27.19%
G=50.88%
B=21.93%

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
Decimal93174750.4700.570.32109.0939.7648.82
Hex5DAE4B2F039206d2831
Octal13525611357071401555061
Binary101110110101110100101110111101110011000001101101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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