#50AD36

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

Shades of Apple #50AD36

Tints of Apple #50AD36

Color information

#50AD36 (or 0x50AD36) is unknown color: approx Apple. HEX triplet: 50, AD and 36. RGB value is (80,173,54). Sum of RGB (Red+Green+Blue) = 80+173+54=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AD36 is #AF52C9. Grayscale: #848484. Windows color (decimal): -11489994 or 3583312. OLE color: 3583312.

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

Color convert

RGB8017354-
CMYK0.5400.690.32
HSL106.89º52.42%44.51%-
HSV(B)106.89º68.79%67.84%-
XYZ18.9231.868.64-
YUV131.6384.1991.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 173 (67.97% from 255) = 56.35%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=26.06%
G=56.35%
B=17.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80173540.5400.690.32106.8952.4244.51
Hex50AD3636045206b342d
Octal12025566660105401536455
Binary101000010101101110110110110010001011000001101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,173,54); }

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

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

 a { background-color: rgb(80,173,54); }

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

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

 span { border-color: rgb(80,173,54); }

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