#50C53E

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

Shades of Apple #50C53E

Tints of Apple #50C53E

Color information

#50C53E (or 0x50C53E) is unknown color: approx Apple. HEX triplet: 50, C5 and 3E. RGB value is (80,197,62). Sum of RGB (Red+Green+Blue) = 80+197+62=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #50C53E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C53E is #AF3AC1. Grayscale: #939393. Windows color (decimal): -11483842 or 4113744. OLE color: 4113744.

HSL color Cylindrical-coordinate representation of color #50C53E: hue angle of 112º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50C53E is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB8019762-
CMYK0.5900.690.23
HSL112º53.78%50.78%-
HSV(B)112º68.53%77.25%-
XYZ24.1441.9911.39-
YUV146.6380.2480.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 197 (77.34% from 255) = 58.11%
BLUE value IS 62 (24.61% from 255) = 18.29%
R=23.60%
G=58.11%
B=18.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80197620.5900.690.2311253.7850.78
Hex50C53E3B04517703633
Octal12030576730105271606663
Binary10100001100010111111011101101000101101111110000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,197,62); }

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

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

 a { background-color: rgb(80,197,62); }

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

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

 span { border-color: rgb(80,197,62); }

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