#50AF41

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

Shades of Apple #50AF41

Tints of Apple #50AF41

Color information

#50AF41 (or 0x50AF41) is unknown color: approx Apple. HEX triplet: 50, AF and 41. RGB value is (80,175,65). Sum of RGB (Red+Green+Blue) = 80+175+65=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF41 is #AF50BE. Grayscale: #868686. Windows color (decimal): -11489471 or 4304720. OLE color: 4304720.

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

Color convert

RGB8017565-
CMYK0.5400.630.31
HSL111.82º45.83%47.06%-
HSV(B)111.82º62.86%68.63%-
XYZ19.5932.7510.29-
YUV134.0689.0389.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 175 (68.75% from 255) = 54.69%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=25%
G=54.69%
B=20.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80175650.5400.630.31111.8245.8347.06
Hex50AF413603F1F702e2f
Octal12025710166077371605657
Binary10100001010111110000011101100111111111111110000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,175,65); }

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

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

 a { background-color: rgb(80,175,65); }

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

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

 span { border-color: rgb(80,175,65); }

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