#5DAC4D

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

Shades of Apple #5DAC4D

Tints of Apple #5DAC4D

Color information

#5DAC4D (or 0x5DAC4D) is unknown color: approx Apple. HEX triplet: 5D, AC and 4D. RGB value is (93,172,77). Sum of RGB (Red+Green+Blue) = 93+172+77=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC4D is #A253B2. Grayscale: #898989. Windows color (decimal): -10638259 or 5090397. OLE color: 5090397.

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

Color convert

RGB9317277-
CMYK0.4600.550.33
HSL109.89º38.15%48.82%-
HSV(B)109.89º55.23%67.45%-
XYZ20.6132.3712.18-
YUV137.5593.8396.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.19%
GREEN value IS 172 (67.58% from 255) = 50.29%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=27.19%
G=50.29%
B=22.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93172770.4600.550.33109.8938.1548.82
Hex5DAC4D2E037216e2631
Octal13525411556067411564661
Binary101110110101100100110110111001101111000011101110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,172,77); }

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

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

 a { background-color: rgb(93,172,77); }

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

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

 span { border-color: rgb(93,172,77); }

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