#5DA43D

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

Shades of Apple #5DA43D

Tints of Apple #5DA43D

Color information

#5DA43D (or 0x5DA43D) is unknown color: approx Apple. HEX triplet: 5D, A4 and 3D. RGB value is (93,164,61). Sum of RGB (Red+Green+Blue) = 93+164+61=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA43D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA43D is #A25BC2. Grayscale: #838383. Windows color (decimal): -10640323 or 4039773. OLE color: 4039773.

HSL color Cylindrical-coordinate representation of color #5DA43D: hue angle of 101.36º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DA43D is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB9316461-
CMYK0.4300.630.36
HSL101.36º45.78%44.12%-
HSV(B)101.36º62.8%64.31%-
XYZ18.6329.219.07-
YUV131.0388.48100.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.25%
GREEN value IS 164 (64.45% from 255) = 51.57%
BLUE value IS 61 (24.22% from 255) = 19.18%
R=29.25%
G=51.57%
B=19.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93164610.4300.630.36101.3645.7844.12
Hex5DA43D2B03F24652e2c
Octal1352447553077441455654
Binary10111011010010011110110101101111111001001100101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,164,61); }

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

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

 a { background-color: rgb(93,164,61); }

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

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

 span { border-color: rgb(93,164,61); }

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