#50BE3F

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

Shades of Apple #50BE3F

Tints of Apple #50BE3F

Color information

#50BE3F (or 0x50BE3F) is unknown color: approx Apple. HEX triplet: 50, BE and 3F. RGB value is (80,190,63). Sum of RGB (Red+Green+Blue) = 80+190+63=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BE3F is #AF41C0. Grayscale: #8F8F8F. Windows color (decimal): -11485633 or 4177488. OLE color: 4177488.

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

Color convert

RGB8019063-
CMYK0.5800.670.25
HSL111.97º50.2%49.61%-
HSV(B)111.97º66.84%74.51%-
XYZ22.6238.8911.02-
YUV142.6383.0683.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 190 (74.61% from 255) = 57.06%
BLUE value IS 63 (25% from 255) = 18.92%
R=24.02%
G=57.06%
B=18.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80190630.5800.670.25111.9750.249.61
Hex50BE3F3A04319703232
Octal12027677720103311606262
Binary10100001011111011111111101001000011110011110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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