#50B643

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

Shades of Apple #50B643

Tints of Apple #50B643

Color information

#50B643 (or 0x50B643) is unknown color: approx Apple. HEX triplet: 50, B6 and 43. RGB value is (80,182,67). Sum of RGB (Red+Green+Blue) = 80+182+67=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 182 (71.48% from 255 or 55.32% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 182 - color contains mainly: green. Hex color #50B643 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B643 is #AF49BC. Grayscale: #8A8A8A. Windows color (decimal): -11487677 or 4437584. OLE color: 4437584.

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

Color convert

RGB8018267-
CMYK0.5600.630.29
HSL113.22º46.18%48.82%-
HSV(B)113.22º63.19%71.37%-
XYZ21.0535.5711.07-
YUV138.3987.7186.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 182 (71.48% from 255) = 55.32%
BLUE value IS 67 (26.56% from 255) = 20.36%
R=24.32%
G=55.32%
B=20.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80182670.5600.630.29113.2246.1848.82
Hex50B6433803F1D712e31
Octal12026610370077351615661
Binary10100001011011010000111110000111111111011110001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,182,67); }

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

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

 a { background-color: rgb(80,182,67); }

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

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

 span { border-color: rgb(80,182,67); }

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