#50C749

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

Shades of Apple #50C749

Tints of Apple #50C749

Color information

#50C749 (or 0x50C749) is unknown color: approx Apple. HEX triplet: 50, C7 and 49. RGB value is (80,199,73). Sum of RGB (Red+Green+Blue) = 80+199+73=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #50C749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C749 is #AF38B6. Grayscale: #959595. Windows color (decimal): -11483319 or 4835152. OLE color: 4835152.

HSL color Cylindrical-coordinate representation of color #50C749: hue angle of 116.67º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50C749 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB8019973-
CMYK0.6000.630.22
HSL116.67º52.94%53.33%-
HSV(B)116.67º63.32%78.04%-
XYZ24.9343.0313.3-
YUV149.0585.0878.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 199 (78.12% from 255) = 56.53%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=22.73%
G=56.53%
B=20.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80199730.6000.630.22116.6752.9453.33
Hex50C7493C03F16753535
Octal12030711174077261656565
Binary10100001100011110010011111000111111101101110101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,199,73); }

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

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

 a { background-color: rgb(80,199,73); }

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

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

 span { border-color: rgb(80,199,73); }

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