Html Css Color HEX #50AD5D Fruit Salad

📋 copy color: '#50AD5D'

red 80 ◦ green 173 ◦ blue 93

#50AD5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #50AD5D

Tints of Fruit Salad #50AD5D

RGB

 RED value IS 80 (31.64% from 255) = 23.12%

 GREEN value IS 173 (67.97% from 255) = 50%

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 23.12%
G = 50%
B = 26.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#50AD5D (or 0x50AD5D) is known color: Fruit Salad. HEX triplet: 50, AD and 5D. RGB value is (80,173,93). Sum of RGB (Red+Green+Blue) = 80+173+93=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD5D is #AF52A2. Grayscale: #888888. Windows color (decimal): -11489955 or 6139216. OLE color: 6139216.

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

Color convert

RGB 80 173 93 -
CMYK 0.54 0 0.46 0.32
HSL 128.39º 0.37% 0.5% -
HSV(B) 128.39º 0.54% 0.68% -
XYZ 20.23 32.38 15.54 -
YUV 136.07 103.69 88 -
System Red Green Blue C M Y K H S L
Decimal 80 173 93 0.54 0 0.46 0.32 128.39 0.37 0.5
Hex 50 AD 5D 36 0 2E 20 80 25 32
Octal 120 255 135 66 0 56 40 200 45 62
Binary 1010000 10101101 1011101 110110 0 101110 100000 10000000 100101 110010

Color Harmonies of #50AD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AD5D

Black with #50AD5D

Text Example


Text Example

White with #50AD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50AD5D;
 }
 .AnyTagClassName
 {
   color: #50AD5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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