#50B241

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

Shades of Apple #50B241

Tints of Apple #50B241

Color information

#50B241 (or 0x50B241) is unknown color: approx Apple. HEX triplet: 50, B2 and 41. RGB value is (80,178,65). Sum of RGB (Red+Green+Blue) = 80+178+65=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 178 (69.92% from 255 or 55.11% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 178 - color contains mainly: green. Hex color #50B241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B241 is #AF4DBE. Grayscale: #888888. Windows color (decimal): -11488703 or 4305488. OLE color: 4305488.

HSL color Cylindrical-coordinate representation of color #50B241: hue angle of 112.04º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50B241 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB8017865-
CMYK0.5500.630.30
HSL112.04º46.5%47.65%-
HSV(B)112.04º63.48%69.8%-
XYZ20.1833.9310.49-
YUV135.8288.0388.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 178 (69.92% from 255) = 55.11%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=24.77%
G=55.11%
B=20.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80178650.5500.630.30112.0446.547.65
Hex50B2413703F1E702f30
Octal12026210167077361605760
Binary10100001011001010000011101110111111111101110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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