#50AE35

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

Shades of Apple #50AE35

Tints of Apple #50AE35

Color information

#50AE35 (or 0x50AE35) is unknown color: approx Apple. HEX triplet: 50, AE and 35. RGB value is (80,174,53). Sum of RGB (Red+Green+Blue) = 80+174+53=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE35 is #AF51CA. Grayscale: #848484. Windows color (decimal): -11489739 or 3518032. OLE color: 3518032.

HSL color Cylindrical-coordinate representation of color #50AE35: hue angle of 106.61º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50AE35 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB8017453-
CMYK0.5400.700.32
HSL106.61º53.3%44.51%-
HSV(B)106.61º69.54%68.24%-
XYZ19.0932.238.58-
YUV132.183.3690.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 174 (68.36% from 255) = 56.68%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=26.06%
G=56.68%
B=17.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80174530.5400.700.32106.6153.344.51
Hex50AE3536046206b352d
Octal12025665660106401536555
Binary101000010101110110101110110010001101000001101011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,174,53); }

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

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

 a { background-color: rgb(80,174,53); }

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

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

 span { border-color: rgb(80,174,53); }

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