#50AB39

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

Shades of Apple #50AB39

Tints of Apple #50AB39

Color information

#50AB39 (or 0x50AB39) is unknown color: approx Apple. HEX triplet: 50, AB and 39. RGB value is (80,171,57). Sum of RGB (Red+Green+Blue) = 80+171+57=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB39 is #AF54C6. Grayscale: #838383. Windows color (decimal): -11490503 or 3779408. OLE color: 3779408.

HSL color Cylindrical-coordinate representation of color #50AB39: hue angle of 107.89º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50AB39 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB8017157-
CMYK0.5300.670.33
HSL107.89º50%44.71%-
HSV(B)107.89º66.67%67.06%-
XYZ18.6131.138.9-
YUV130.7986.3591.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 171 (67.19% from 255) = 55.52%
BLUE value IS 57 (22.66% from 255) = 18.51%
R=25.97%
G=55.52%
B=18.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80171570.5300.670.33107.895044.71
Hex50AB3935043216c322d
Octal12025371650103411546255
Binary101000010101011111001110101010000111000011101100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50AB39; }

 p { color: rgb(80,171,57); }

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

<style>
 a { background-color: #50AB39; }

 a { background-color: rgb(80,171,57); }

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

<style>
 span { border-color: #50AB39; }

 span { border-color: rgb(80,171,57); }

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