Html Css Color HEX #50A743 Fruit Salad

📋 copy color: '#50A743'

red 80 ◦ green 167 ◦ blue 67

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

Shades of Fruit Salad #50A743

Tints of Fruit Salad #50A743

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.18%

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

R = 25.48%
G = 53.18%
B = 21.34%

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

#50A743 (or 0x50A743) is known color: Fruit Salad. HEX triplet: 50, A7 and 43. RGB value is (80,167,67). Sum of RGB (Red+Green+Blue) = 80+167+67=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #50A743 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A743 is #AF58BC. Grayscale: #818181. Windows color (decimal): -11491517 or 4433744. OLE color: 4433744.

HSL color Cylindrical-coordinate representation of color #50A743: hue angle of 112.2º degrees, saturation: 0.43, 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 #50A743 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 167 67 -
CMYK 0.52 0 0.60 0.35
HSL 112.2º 0.43% 0.46% -
HSV(B) 112.2º 0.6% 0.65% -
XYZ 18.14 29.75 10.1 -
YUV 129.59 92.68 92.63 -
System Red Green Blue C M Y K H S L
Decimal 80 167 67 0.52 0 0.60 0.35 112.2 0.43 0.46
Hex 50 A7 43 34 0 3C 23 70 2B 2E
Octal 120 247 103 64 0 74 43 160 53 56
Binary 1010000 10100111 1000011 110100 0 111100 100011 1110000 101011 101110

Color Harmonies of #50A743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A743

Black with #50A743

Text Example


Text Example

White with #50A743

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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