#50AD37

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

Shades of Apple #50AD37

Tints of Apple #50AD37

Color information

#50AD37 (or 0x50AD37) is unknown color: approx Apple. HEX triplet: 50, AD and 37. RGB value is (80,173,55). Sum of RGB (Red+Green+Blue) = 80+173+55=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AD37 is #AF52C8. Grayscale: #848484. Windows color (decimal): -11489993 or 3648848. OLE color: 3648848.

HSL color Cylindrical-coordinate representation of color #50AD37: hue angle of 107.29º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50AD37 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB8017355-
CMYK0.5400.680.32
HSL107.29º51.75%44.71%-
HSV(B)107.29º68.21%67.84%-
XYZ18.9431.878.77-
YUV131.7484.6991.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 173 (67.97% from 255) = 56.17%
BLUE value IS 55 (21.88% from 255) = 17.86%
R=25.97%
G=56.17%
B=17.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80173550.5400.680.32107.2951.7544.71
Hex50AD3736044206b342d
Octal12025567660104401536455
Binary101000010101101110111110110010001001000001101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,173,55); }

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

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

 a { background-color: rgb(80,173,55); }

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

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

 span { border-color: rgb(80,173,55); }

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