#50C44A

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

Shades of Apple #50C44A

Tints of Apple #50C44A

Color information

#50C44A (or 0x50C44A) is unknown color: approx Apple. HEX triplet: 50, C4 and 4A. RGB value is (80,196,74). Sum of RGB (Red+Green+Blue) = 80+196+74=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #50C44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C44A is #AF3BB5. Grayscale: #939393. Windows color (decimal): -11484086 or 4899920. OLE color: 4899920.

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

Color convert

RGB8019674-
CMYK0.5900.620.23
HSL117.05º50.83%52.94%-
HSV(B)117.05º62.24%76.86%-
XYZ24.2841.6813.24-
YUV147.4186.5779.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 196 (76.95% from 255) = 56%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=22.86%
G=56%
B=21.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80196740.5900.620.23117.0550.8352.94
Hex50C44A3B03E17753335
Octal12030411273076271656365
Binary10100001100010010010101110110111110101111110101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,196,74); }

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

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

 a { background-color: rgb(80,196,74); }

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

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

 span { border-color: rgb(80,196,74); }

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