Html Css Color HEX #50B949 Fruit Salad

📋 copy color: '#50B949'

red 80 ◦ green 185 ◦ blue 73

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

Shades of Fruit Salad #50B949

Tints of Fruit Salad #50B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.73%

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

R = 23.67%
G = 54.73%
B = 21.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#50B949 (or 0x50B949) is known color: Fruit Salad. HEX triplet: 50, B9 and 49. RGB value is (80,185,73). Sum of RGB (Red+Green+Blue) = 80+185+73=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #50B949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B949 is #AF46B6. Grayscale: #8D8D8D. Windows color (decimal): -11486903 or 4831568. OLE color: 4831568.

HSL color Cylindrical-coordinate representation of color #50B949: hue angle of 116.25º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B949 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 185 73 -
CMYK 0.57 0 0.61 0.27
HSL 116.25º 0.44% 0.51% -
HSV(B) 116.25º 0.61% 0.73% -
XYZ 21.86 36.88 12.27 -
YUV 140.84 89.71 84.61 -
System Red Green Blue C M Y K H S L
Decimal 80 185 73 0.57 0 0.61 0.27 116.25 0.44 0.51
Hex 50 B9 49 39 0 3D 1B 74 2C 33
Octal 120 271 111 71 0 75 33 164 54 63
Binary 1010000 10111001 1001001 111001 0 111101 11011 1110100 101100 110011

Color Harmonies of #50B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B949

Black with #50B949

Text Example


Text Example

White with #50B949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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