Html Css Color HEX #50B349 Fruit Salad

📋 copy color: '#50B349'

red 80 ◦ green 179 ◦ blue 73

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

Shades of Fruit Salad #50B349

Tints of Fruit Salad #50B349

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.92%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 24.1%
G = 53.92%
B = 21.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#50B349 (or 0x50B349) is known color: Fruit Salad. HEX triplet: 50, B3 and 49. RGB value is (80,179,73). Sum of RGB (Red+Green+Blue) = 80+179+73=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #50B349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B349 is #AF4CB6. Grayscale: #898989. Windows color (decimal): -11488439 or 4830032. OLE color: 4830032.

HSL color Cylindrical-coordinate representation of color #50B349: hue angle of 116.04º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50B349 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 179 73 -
CMYK 0.55 0 0.59 0.30
HSL 116.04º 0.42% 0.49% -
HSV(B) 116.04º 0.59% 0.7% -
XYZ 20.63 34.43 11.86 -
YUV 137.32 91.7 87.12 -
System Red Green Blue C M Y K H S L
Decimal 80 179 73 0.55 0 0.59 0.30 116.04 0.42 0.49
Hex 50 B3 49 37 0 3B 1E 74 2A 31
Octal 120 263 111 67 0 73 36 164 52 61
Binary 1010000 10110011 1001001 110111 0 111011 11110 1110100 101010 110001

Color Harmonies of #50B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B349

Black with #50B349

Text Example


Text Example

White with #50B349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,179,73); }

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

background-color css

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

 a { background-color: rgb(80,179,73); }

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

border-color css

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

 span { border-color: rgb(80,179,73); }

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