Html Css Color HEX #50A643 Fruit Salad

📋 copy color: '#50A643'

red 80 ◦ green 166 ◦ blue 67

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

Shades of Fruit Salad #50A643

Tints of Fruit Salad #50A643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.41%

R = 25.56%
G = 53.04%
B = 21.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#50A643 (or 0x50A643) is known color: Fruit Salad. HEX triplet: 50, A6 and 43. RGB value is (80,166,67). Sum of RGB (Red+Green+Blue) = 80+166+67=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #50A643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A643 is #AF59BC. Grayscale: #818181. Windows color (decimal): -11491773 or 4433488. OLE color: 4433488.

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

Color convert

RGB 80 166 67 -
CMYK 0.52 0 0.60 0.35
HSL 112.12º 0.42% 0.46% -
HSV(B) 112.12º 0.6% 0.65% -
XYZ 17.96 29.38 10.04 -
YUV 129 93.01 93.05 -
System Red Green Blue C M Y K H S L
Decimal 80 166 67 0.52 0 0.60 0.35 112.12 0.42 0.46
Hex 50 A6 43 34 0 3C 23 70 2A 2E
Octal 120 246 103 64 0 74 43 160 52 56
Binary 1010000 10100110 1000011 110100 0 111100 100011 1110000 101010 101110

Color Harmonies of #50A643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A643

Black with #50A643

Text Example


Text Example

White with #50A643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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