#50C347

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

Shades of Apple #50C347

Tints of Apple #50C347

Color information

#50C347 (or 0x50C347) is unknown color: approx Apple. HEX triplet: 50, C3 and 47. RGB value is (80,195,71). Sum of RGB (Red+Green+Blue) = 80+195+71=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #50C347 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C347 is #AF3CB8. Grayscale: #929292. Windows color (decimal): -11484345 or 4703056. OLE color: 4703056.

HSL color Cylindrical-coordinate representation of color #50C347: hue angle of 115.65º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50C347 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB8019571-
CMYK0.5900.640.24
HSL115.65º50.82%52.16%-
HSV(B)115.65º63.59%76.47%-
XYZ23.9641.1912.65-
YUV146.4885.480.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 195 (76.56% from 255) = 56.36%
BLUE value IS 71 (28.12% from 255) = 20.52%
R=23.12%
G=56.36%
B=20.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80195710.5900.640.24115.6550.8252.16
Hex50C3473B04018743334
Octal120303107730100301646364
Binary101000011000011100011111101101000000110001110100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,195,71); }

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

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

 a { background-color: rgb(80,195,71); }

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

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

 span { border-color: rgb(80,195,71); }

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