#50AB3C

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

Shades of Apple #50AB3C

Tints of Apple #50AB3C

Color information

#50AB3C (or 0x50AB3C) is unknown color: approx Apple. HEX triplet: 50, AB and 3C. RGB value is (80,171,60). Sum of RGB (Red+Green+Blue) = 80+171+60=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB3C is #AF54C3. Grayscale: #838383. Windows color (decimal): -11490500 or 3976016. OLE color: 3976016.

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

Color convert

RGB8017160-
CMYK0.5300.650.33
HSL109.19º48.05%45.29%-
HSV(B)109.19º64.91%67.06%-
XYZ18.6931.169.3-
YUV131.1487.8591.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 171 (67.19% from 255) = 54.98%
BLUE value IS 60 (23.83% from 255) = 19.29%
R=25.72%
G=54.98%
B=19.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80171600.5300.650.33109.1948.0545.29
Hex50AB3C35041216d302d
Octal12025374650101411556055
Binary101000010101011111100110101010000011000011101101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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