#50A93C

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

Shades of Apple #50A93C

Tints of Apple #50A93C

Color information

#50A93C (or 0x50A93C) is unknown color: approx Apple. HEX triplet: 50, A9 and 3C. RGB value is (80,169,60). Sum of RGB (Red+Green+Blue) = 80+169+60=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 169 (66.41% from 255 or 54.69% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 169 - color contains mainly: green. Hex color #50A93C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A93C is #AF56C3. Grayscale: #828282. Windows color (decimal): -11491012 or 3975504. OLE color: 3975504.

HSL color Cylindrical-coordinate representation of color #50A93C: hue angle of 108.99º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50A93C is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB8016960-
CMYK0.5300.640.34
HSL108.99º47.6%44.9%-
HSV(B)108.99º64.5%66.27%-
XYZ18.3130.419.18-
YUV129.9688.5192.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 169 (66.41% from 255) = 54.69%
BLUE value IS 60 (23.83% from 255) = 19.42%
R=25.89%
G=54.69%
B=19.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80169600.5300.640.34108.9947.644.9
Hex50A93C35040226d302d
Octal12025174650100421556055
Binary101000010101001111100110101010000001000101101101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,169,60); }

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

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

 a { background-color: rgb(80,169,60); }

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

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

 span { border-color: rgb(80,169,60); }

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