#50A83A

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

Shades of Apple #50A83A

Tints of Apple #50A83A

Color information

#50A83A (or 0x50A83A) is unknown color: approx Apple. HEX triplet: 50, A8 and 3A. RGB value is (80,168,58). Sum of RGB (Red+Green+Blue) = 80+168+58=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 168 (66.02% from 255 or 54.90% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 168 - color contains mainly: green. Hex color #50A83A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A83A is #AF57C5. Grayscale: #818181. Windows color (decimal): -11491270 or 3844176. OLE color: 3844176.

HSL color Cylindrical-coordinate representation of color #50A83A: hue angle of 108º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50A83A is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB8016858-
CMYK0.5200.650.34
HSL108º48.67%44.31%-
HSV(B)108º65.48%65.88%-
XYZ18.0730.028.84-
YUV129.1587.8592.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 168 (66.02% from 255) = 54.90%
BLUE value IS 58 (23.05% from 255) = 18.95%
R=26.14%
G=54.90%
B=18.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80168580.5200.650.3410848.6744.31
Hex50A83A34041226c312c
Octal12025072640101421546154
Binary101000010101000111010110100010000011000101101100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,168,58); }

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

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

 a { background-color: rgb(80,168,58); }

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

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

 span { border-color: rgb(80,168,58); }

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