#50C43E

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

Shades of Apple #50C43E

Tints of Apple #50C43E

Color information

#50C43E (or 0x50C43E) is unknown color: approx Apple. HEX triplet: 50, C4 and 3E. RGB value is (80,196,62). Sum of RGB (Red+Green+Blue) = 80+196+62=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #50C43E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C43E is #AF3BC1. Grayscale: #929292. Windows color (decimal): -11484098 or 4113488. OLE color: 4113488.

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

Color convert

RGB8019662-
CMYK0.5900.680.23
HSL111.94º53.17%50.59%-
HSV(B)111.94º68.37%76.86%-
XYZ23.9241.5311.31-
YUV146.0480.5780.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 196 (76.95% from 255) = 57.99%
BLUE value IS 62 (24.61% from 255) = 18.34%
R=23.67%
G=57.99%
B=18.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80196620.5900.680.23111.9453.1750.59
Hex50C43E3B04417703533
Octal12030476730104271606563
Binary10100001100010011111011101101000100101111110000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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