#50A83C

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

Shades of Apple #50A83C

Tints of Apple #50A83C

Color information

#50A83C (or 0x50A83C) is unknown color: approx Apple. HEX triplet: 50, A8 and 3C. RGB value is (80,168,60). Sum of RGB (Red+Green+Blue) = 80+168+60=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 168 (66.02% from 255 or 54.55% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 168 - color contains mainly: green. Hex color #50A83C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A83C is #AF57C3. Grayscale: #818181. Windows color (decimal): -11491268 or 3975248. OLE color: 3975248.

HSL color Cylindrical-coordinate representation of color #50A83C: hue angle of 108.89º degrees, saturation: 0.47, 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 #50A83C is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB8016860-
CMYK0.5200.640.34
HSL108.89º47.37%44.71%-
HSV(B)108.89º64.29%65.88%-
XYZ18.1330.049.12-
YUV129.3888.8592.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 168 (66.02% from 255) = 54.55%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=25.97%
G=54.55%
B=19.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80168600.5200.640.34108.8947.3744.71
Hex50A83C34040226d2f2d
Octal12025074640100421555755
Binary101000010101000111100110100010000001000101101101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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