#50C843

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

Shades of Apple #50C843

Tints of Apple #50C843

Color information

#50C843 (or 0x50C843) is unknown color: approx Apple. HEX triplet: 50, C8 and 43. RGB value is (80,200,67). Sum of RGB (Red+Green+Blue) = 80+200+67=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 200 (78.52% from 255 or 57.64% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 200 - color contains mainly: green. Hex color #50C843 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C843 is #AF37BC. Grayscale: #959595. Windows color (decimal): -11483069 or 4442192. OLE color: 4442192.

HSL color Cylindrical-coordinate representation of color #50C843: hue angle of 114.14º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50C843 is Cyan = 0.6, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB8020067-
CMYK0.600.660.22
HSL114.14º54.73%52.35%-
HSV(B)114.14º66.5%78.43%-
XYZ24.9843.4212.37-
YUV148.9681.7478.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 200 (78.52% from 255) = 57.64%
BLUE value IS 67 (26.56% from 255) = 19.31%
R=23.05%
G=57.64%
B=19.31%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80200670.600.660.22114.1454.7352.35
Hex50C8433C04216723734
Octal120310103740102261626764
Binary101000011001000100001111110001000010101101110010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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