#50BD48

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

Shades of Apple #50BD48

Tints of Apple #50BD48

Color information

#50BD48 (or 0x50BD48) is unknown color: approx Apple. HEX triplet: 50, BD and 48. RGB value is (80,189,72). Sum of RGB (Red+Green+Blue) = 80+189+72=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD48 is #AF42B7. Grayscale: #8F8F8F. Windows color (decimal): -11485880 or 4767056. OLE color: 4767056.

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

Color convert

RGB8018972-
CMYK0.5800.620.26
HSL115.9º46.99%51.18%-
HSV(B)115.9º61.9%74.12%-
XYZ22.6838.5712.38-
YUV143.0787.8983.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 189 (74.22% from 255) = 55.43%
BLUE value IS 72 (28.52% from 255) = 21.11%
R=23.46%
G=55.43%
B=21.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80189720.5800.620.26115.946.9951.18
Hex50BD483A03E1A742f33
Octal12027511072076321645763
Binary10100001011110110010001110100111110110101110100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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