#50C041

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

Shades of Apple #50C041

Tints of Apple #50C041

Color information

#50C041 (or 0x50C041) is unknown color: approx Apple. HEX triplet: 50, C0 and 41. RGB value is (80,192,65). Sum of RGB (Red+Green+Blue) = 80+192+65=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #50C041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C041 is #AF3FBE. Grayscale: #909090. Windows color (decimal): -11485119 or 4309072. OLE color: 4309072.

HSL color Cylindrical-coordinate representation of color #50C041: hue angle of 112.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50C041 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB8019265-
CMYK0.5800.660.25
HSL112.91º50.2%50.39%-
HSV(B)112.91º66.15%75.29%-
XYZ23.1139.7911.46-
YUV144.0383.3982.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 192 (75.39% from 255) = 56.97%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=23.74%
G=56.97%
B=19.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80192650.5800.660.25112.9150.250.39
Hex50C0413A04219713232
Octal120300101720102311616262
Binary101000011000000100000111101001000010110011110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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