Html Css Color HEX #50A647 Fruit Salad

📋 copy color: '#50A647'

red 80 ◦ green 166 ◦ blue 71

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

Shades of Fruit Salad #50A647

Tints of Fruit Salad #50A647

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.37%

 BLUE value IS 71 (28.13% from 255) = 22.4%

R = 25.24%
G = 52.37%
B = 22.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#50A647 (or 0x50A647) is known color: Fruit Salad. HEX triplet: 50, A6 and 47. RGB value is (80,166,71). Sum of RGB (Red+Green+Blue) = 80+166+71=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #50A647 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A647 is #AF59B8. Grayscale: #818181. Windows color (decimal): -11491769 or 4695632. OLE color: 4695632.

HSL color Cylindrical-coordinate representation of color #50A647: hue angle of 114.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50A647 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 166 71 -
CMYK 0.52 0 0.57 0.35
HSL 114.32º 0.4% 0.46% -
HSV(B) 114.32º 0.57% 0.65% -
XYZ 18.08 29.43 10.69 -
YUV 129.46 95.01 92.72 -
System Red Green Blue C M Y K H S L
Decimal 80 166 71 0.52 0 0.57 0.35 114.32 0.4 0.46
Hex 50 A6 47 34 0 39 23 72 28 2E
Octal 120 246 107 64 0 71 43 162 50 56
Binary 1010000 10100110 1000111 110100 0 111001 100011 1110010 101000 101110

Color Harmonies of #50A647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A647

Black with #50A647

Text Example


Text Example

White with #50A647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,166,71); }

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

background-color css

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

 a { background-color: rgb(80,166,71); }

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

border-color css

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

 span { border-color: rgb(80,166,71); }

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