#50be43

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

Shades of Apple #50BE43

Tints of Apple #50BE43

Color information

#50BE43 (or 0x50BE43) is unknown color: approx Apple. HEX triplet: 50, BE and 43. RGB value is (80,190,67). Sum of RGB (Red+Green+Blue) = 80+190+67=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BE43 is #AF41BC. Grayscale: #8F8F8F. Windows color (decimal): -11485629 or 4439632. OLE color: 4439632.

HSL color Cylindrical-coordinate representation of color #50BE43: hue angle of 113.66º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50BE43 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB8019067-
CMYK0.5800.650.25
HSL113.66º48.62%50.39%-
HSV(B)113.66º64.74%74.51%-
XYZ22.7338.9411.63-
YUV143.0985.0683-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 190 (74.61% from 255) = 56.38%
BLUE value IS 67 (26.56% from 255) = 19.88%
R=23.74%
G=56.38%
B=19.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80190670.5800.650.25113.6648.6250.39
Hex50BE433A04119723132
Octal120276103720101311626162
Binary101000010111110100001111101001000001110011110010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50be43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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