#50C83E

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

Shades of Apple #50C83E

Tints of Apple #50C83E

Color information

#50C83E (or 0x50C83E) is unknown color: approx Apple. HEX triplet: 50, C8 and 3E. RGB value is (80,200,62). Sum of RGB (Red+Green+Blue) = 80+200+62=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #50C83E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C83E is #AF37C1. Grayscale: #949494. Windows color (decimal): -11483074 or 4114512. OLE color: 4114512.

HSL color Cylindrical-coordinate representation of color #50C83E: hue angle of 112.17º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50C83E is Cyan = 0.6, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB8020062-
CMYK0.600.690.22
HSL112.17º55.65%51.37%-
HSV(B)112.17º69%78.43%-
XYZ24.8343.3611.62-
YUV148.3979.2479.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 200 (78.52% from 255) = 58.48%
BLUE value IS 62 (24.61% from 255) = 18.13%
R=23.39%
G=58.48%
B=18.13%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80200620.600.690.22112.1755.6551.37
Hex50C83E3C04516703833
Octal12031076740105261607063
Binary10100001100100011111011110001000101101101110000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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