#50BD46

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

Shades of Apple #50BD46

Tints of Apple #50BD46

Color information

#50BD46 (or 0x50BD46) is unknown color: approx Apple. HEX triplet: 50, BD and 46. RGB value is (80,189,70). Sum of RGB (Red+Green+Blue) = 80+189+70=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD46 is #AF42B9. Grayscale: #8F8F8F. Windows color (decimal): -11485882 or 4635984. OLE color: 4635984.

HSL color Cylindrical-coordinate representation of color #50BD46: hue angle of 114.96º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50BD46 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB8018970-
CMYK0.5800.630.26
HSL114.96º47.41%50.78%-
HSV(B)114.96º62.96%74.12%-
XYZ22.6138.5412.04-
YUV142.8486.8983.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 189 (74.22% from 255) = 55.75%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=23.60%
G=55.75%
B=20.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80189700.5800.630.26114.9647.4150.78
Hex50BD463A03F1A732f33
Octal12027510672077321635763
Binary10100001011110110001101110100111111110101110011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,189,70); }

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

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

 a { background-color: rgb(80,189,70); }

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

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

 span { border-color: rgb(80,189,70); }

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