#50B53A

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

Shades of Apple #50B53A

Tints of Apple #50B53A

Color information

#50B53A (or 0x50B53A) is unknown color: approx Apple. HEX triplet: 50, B5 and 3A. RGB value is (80,181,58). Sum of RGB (Red+Green+Blue) = 80+181+58=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #50B53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B53A is #AF4AC5. Grayscale: #898989. Windows color (decimal): -11487942 or 3847504. OLE color: 3847504.

HSL color Cylindrical-coordinate representation of color #50B53A: hue angle of 109.27º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50B53A is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB8018158-
CMYK0.5600.680.29
HSL109.27º51.46%46.86%-
HSV(B)109.27º67.96%70.98%-
XYZ20.635.069.68-
YUV136.7883.5487.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 181 (71.09% from 255) = 56.74%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=25.08%
G=56.74%
B=18.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80181580.5600.680.29109.2751.4646.86
Hex50B53A380441D6d332f
Octal12026572700104351556357
Binary10100001011010111101011100001000100111011101101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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