#5DA440

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

Shades of Apple #5DA440

Tints of Apple #5DA440

Color information

#5DA440 (or 0x5DA440) is unknown color: approx Apple. HEX triplet: 5D, A4 and 40. RGB value is (93,164,64). Sum of RGB (Red+Green+Blue) = 93+164+64=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA440 is #A25BBF. Grayscale: #838383. Windows color (decimal): -10640320 or 4236381. OLE color: 4236381.

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

Color convert

RGB9316464-
CMYK0.4300.610.36
HSL102.6º43.86%44.71%-
HSV(B)102.6º60.98%64.31%-
XYZ18.7229.259.51-
YUV131.3789.98100.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.97%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=28.97%
G=51.09%
B=19.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93164640.4300.610.36102.643.8644.71
Hex5DA4402B03D24672c2d
Octal13524410053075441475455
Binary101110110100100100000010101101111011001001100111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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