Html Css Color HEX #50A443 Fruit Salad

📋 copy color: '#50A443'

red 80 ◦ green 164 ◦ blue 67

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

Shades of Fruit Salad #50A443

Tints of Fruit Salad #50A443

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.73%

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

R = 25.72%
G = 52.73%
B = 21.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#50A443 (or 0x50A443) is known color: Fruit Salad. HEX triplet: 50, A4 and 43. RGB value is (80,164,67). Sum of RGB (Red+Green+Blue) = 80+164+67=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #50A443 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A443 is #AF5BBC. Grayscale: #808080. Windows color (decimal): -11492285 or 4432976. OLE color: 4432976.

HSL color Cylindrical-coordinate representation of color #50A443: hue angle of 111.96º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50A443 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 164 67 -
CMYK 0.51 0 0.59 0.36
HSL 111.96º 0.42% 0.45% -
HSV(B) 111.96º 0.59% 0.64% -
XYZ 17.6 28.66 9.91 -
YUV 127.83 93.67 93.89 -
System Red Green Blue C M Y K H S L
Decimal 80 164 67 0.51 0 0.59 0.36 111.96 0.42 0.45
Hex 50 A4 43 33 0 3B 24 70 2A 2D
Octal 120 244 103 63 0 73 44 160 52 55
Binary 1010000 10100100 1000011 110011 0 111011 100100 1110000 101010 101101

Color Harmonies of #50A443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A443

Black with #50A443

Text Example


Text Example

White with #50A443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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