Html Css Color HEX #50944E Fruit Salad

📋 copy color: '#50944E'

red 80 ◦ green 148 ◦ blue 78

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

Shades of Fruit Salad #50944E

Tints of Fruit Salad #50944E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.37%

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 26.14%
G = 48.37%
B = 25.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#50944E (or 0x50944E) is known color: Fruit Salad. HEX triplet: 50, 94 and 4E. RGB value is (80,148,78). Sum of RGB (Red+Green+Blue) = 80+148+78=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #50944E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50944E is #AF6BB1. Grayscale: #777777. Windows color (decimal): -11496370 or 5149776. OLE color: 5149776.

HSL color Cylindrical-coordinate representation of color #50944E: hue angle of 118.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50944E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 78 -
CMYK 0.46 0 0.47 0.42
HSL 118.29º 0.31% 0.44% -
HSV(B) 118.29º 0.47% 0.58% -
XYZ 15.27 23.44 10.93 -
YUV 119.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 80 148 78 0.46 0 0.47 0.42 118.29 0.31 0.44
Hex 50 94 4E 2E 0 2F 2A 76 1F 2C
Octal 120 224 116 56 0 57 52 166 37 54
Binary 1010000 10010100 1001110 101110 0 101111 101010 1110110 11111 101100

Color Harmonies of #50944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50944E

Black with #50944E

Text Example


Text Example

White with #50944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50944E; }

 p { color: rgb(80,148,78); }

 H1.HeaderClassName
 {
   color: #50944E;
 }
 .AnyTagClassName
 {
   color: #50944E;
 }
</style>

background-color css

<style>
 a { background-color: #50944E; }

 a { background-color: rgb(80,148,78); }

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

border-color css

<style>
 span { border-color: #50944E; }

 span { border-color: rgb(80,148,78); }

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