#5D9C40

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

Shades of Apple #5D9C40

Tints of Apple #5D9C40

Color information

#5D9C40 (or 0x5D9C40) is unknown color: approx Apple. HEX triplet: 5D, 9C and 40. RGB value is (93,156,64). Sum of RGB (Red+Green+Blue) = 93+156+64=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9C40 is #A263BF. Grayscale: #7E7E7E. Windows color (decimal): -10642368 or 4234333. OLE color: 4234333.

HSL color Cylindrical-coordinate representation of color #5D9C40: hue angle of 101.09º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D9C40 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB9315664-
CMYK0.4000.590.39
HSL101.09º41.82%43.14%-
HSV(B)101.09º58.97%61.18%-
XYZ17.3326.479.05-
YUV126.6892.63103.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.71%
GREEN value IS 156 (61.33% from 255) = 49.84%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=29.71%
G=49.84%
B=20.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93156640.4000.590.39101.0941.8243.14
Hex5D9C402803B27652a2b
Octal13523410050073471455253
Binary101110110011100100000010100001110111001111100101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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