#50B040

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

Shades of Apple #50B040

Tints of Apple #50B040

Color information

#50B040 (or 0x50B040) is unknown color: approx Apple. HEX triplet: 50, B0 and 40. RGB value is (80,176,64). Sum of RGB (Red+Green+Blue) = 80+176+64=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #50B040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B040 is #AF4FBF. Grayscale: #868686. Windows color (decimal): -11489216 or 4239440. OLE color: 4239440.

HSL color Cylindrical-coordinate representation of color #50B040: hue angle of 111.43º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50B040 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB8017664-
CMYK0.5500.640.31
HSL111.43º46.67%47.06%-
HSV(B)111.43º63.64%69.02%-
XYZ19.7633.1310.2-
YUV134.5388.289.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 176 (69.14% from 255) = 55%
BLUE value IS 64 (25.39% from 255) = 20%
R=25%
G=55%
B=20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80176640.5500.640.31111.4346.6747.06
Hex50B040370401F6f2f2f
Octal120260100670100371575757
Binary101000010110000100000011011101000000111111101111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,176,64); }

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

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

 a { background-color: rgb(80,176,64); }

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

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

 span { border-color: rgb(80,176,64); }

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