#50C638

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

Shades of Apple #50C638

Tints of Apple #50C638

Color information

#50C638 (or 0x50C638) is unknown color: approx Apple. HEX triplet: 50, C6 and 38. RGB value is (80,198,56). Sum of RGB (Red+Green+Blue) = 80+198+56=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #50C638 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C638 is #AF39C7. Grayscale: #929292. Windows color (decimal): -11483592 or 3720784. OLE color: 3720784.

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

Color convert

RGB8019856-
CMYK0.6000.720.22
HSL109.86º55.91%49.8%-
HSV(B)109.86º71.72%77.65%-
XYZ24.2242.3810.65-
YUV146.5376.9180.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 198 (77.73% from 255) = 59.28%
BLUE value IS 56 (22.27% from 255) = 16.77%
R=23.95%
G=59.28%
B=16.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80198560.6000.720.22109.8655.9149.8
Hex50C6383C048166e3832
Octal12030670740110261567062
Binary10100001100011011100011110001001000101101101110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,198,56); }

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

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

 a { background-color: rgb(80,198,56); }

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

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

 span { border-color: rgb(80,198,56); }

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