#50B53E

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

Shades of Apple #50B53E

Tints of Apple #50B53E

Color information

#50B53E (or 0x50B53E) is unknown color: approx Apple. HEX triplet: 50, B5 and 3E. RGB value is (80,181,62). Sum of RGB (Red+Green+Blue) = 80+181+62=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #50B53E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B53E is #AF4AC1. Grayscale: #898989. Windows color (decimal): -11487938 or 4109648. OLE color: 4109648.

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

Color convert

RGB8018162-
CMYK0.5600.660.29
HSL110.92º48.97%47.65%-
HSV(B)110.92º65.75%70.98%-
XYZ20.735.110.24-
YUV137.2485.5487.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 181 (71.09% from 255) = 56.04%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=24.77%
G=56.04%
B=19.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80181620.5600.660.29110.9248.9747.65
Hex50B53E380421D6f3130
Octal12026576700102351576160
Binary10100001011010111111011100001000010111011101111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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