#50A63D

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

Shades of Apple #50A63D

Tints of Apple #50A63D

Color information

#50A63D (or 0x50A63D) is unknown color: approx Apple. HEX triplet: 50, A6 and 3D. RGB value is (80,166,61). Sum of RGB (Red+Green+Blue) = 80+166+61=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #50A63D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A63D is #AF59C2. Grayscale: #808080. Windows color (decimal): -11491779 or 4040272. OLE color: 4040272.

HSL color Cylindrical-coordinate representation of color #50A63D: hue angle of 109.14º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50A63D is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB8016661-
CMYK0.5200.630.35
HSL109.14º46.26%44.51%-
HSV(B)109.14º63.25%65.1%-
XYZ17.7929.319.14-
YUV128.3290.0193.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 166 (65.23% from 255) = 54.07%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=26.06%
G=54.07%
B=19.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80166610.5200.630.35109.1446.2644.51
Hex50A63D3403F236d2e2d
Octal1202467564077431555655
Binary10100001010011011110111010001111111000111101101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,166,61); }

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

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

 a { background-color: rgb(80,166,61); }

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

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

 span { border-color: rgb(80,166,61); }

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