#50AF3A

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

Shades of Apple #50AF3A

Tints of Apple #50AF3A

Color information

#50AF3A (or 0x50AF3A) is unknown color: approx Apple. HEX triplet: 50, AF and 3A. RGB value is (80,175,58). Sum of RGB (Red+Green+Blue) = 80+175+58=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF3A is #AF50C5. Grayscale: #858585. Windows color (decimal): -11489478 or 3845968. OLE color: 3845968.

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

Color convert

RGB8017558-
CMYK0.5400.670.31
HSL108.72º50.21%45.69%-
HSV(B)108.72º66.86%68.63%-
XYZ19.432.679.29-
YUV133.2685.5390.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 175 (68.75% from 255) = 55.91%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=25.56%
G=55.91%
B=18.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80175580.5400.670.31108.7250.2145.69
Hex50AF3A360431F6d322e
Octal12025772660103371556256
Binary10100001010111111101011011001000011111111101101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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