Html Css Color HEX #50944F Fruit Salad

📋 copy color: '#50944F'

red 80 ◦ green 148 ◦ blue 79

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

Shades of Fruit Salad #50944F

Tints of Fruit Salad #50944F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 26.06%
G = 48.21%
B = 25.73%

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

#50944F (or 0x50944F) is known color: Fruit Salad. HEX triplet: 50, 94 and 4F. RGB value is (80,148,79). Sum of RGB (Red+Green+Blue) = 80+148+79=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #50944F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50944F is #AF6BB0. Grayscale: #787878. Windows color (decimal): -11496369 or 5215312. OLE color: 5215312.

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

Color convert

RGB 80 148 79 -
CMYK 0.46 0 0.47 0.42
HSL 119.13º 0.3% 0.45% -
HSV(B) 119.13º 0.47% 0.58% -
XYZ 15.31 23.45 11.12 -
YUV 119.8 104.97 99.61 -
System Red Green Blue C M Y K H S L
Decimal 80 148 79 0.46 0 0.47 0.42 119.13 0.3 0.45
Hex 50 94 4F 2E 0 2F 2A 77 1E 2D
Octal 120 224 117 56 0 57 52 167 36 55
Binary 1010000 10010100 1001111 101110 0 101111 101010 1110111 11110 101101

Color Harmonies of #50944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50944F

Black with #50944F

Text Example


Text Example

White with #50944F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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