#50B43C

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

Shades of Apple #50B43C

Tints of Apple #50B43C

Color information

#50B43C (or 0x50B43C) is unknown color: approx Apple. HEX triplet: 50, B4 and 3C. RGB value is (80,180,60). Sum of RGB (Red+Green+Blue) = 80+180+60=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #50B43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B43C is #AF4BC3. Grayscale: #888888. Windows color (decimal): -11488196 or 3978320. OLE color: 3978320.

HSL color Cylindrical-coordinate representation of color #50B43C: hue angle of 110º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50B43C is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB8018060-
CMYK0.5600.670.29
HSL110º50%47.06%-
HSV(B)110º66.67%70.59%-
XYZ20.4534.679.89-
YUV136.4284.8787.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 180 (70.70% from 255) = 56.25%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=25%
G=56.25%
B=18.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80180600.5600.670.291105047.06
Hex50B43C380431D6e322f
Octal12026474700103351566257
Binary10100001011010011110011100001000011111011101110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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