Html Css Color HEX #50A044 Fruit Salad

📋 copy color: '#50A044'

red 80 ◦ green 160 ◦ blue 68

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

Shades of Fruit Salad #50A044

Tints of Fruit Salad #50A044

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.95%

 BLUE value IS 68 (26.95% from 255) = 22.08%

R = 25.97%
G = 51.95%
B = 22.08%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#50A044 (or 0x50A044) is known color: Fruit Salad. HEX triplet: 50, A0 and 44. RGB value is (80,160,68). Sum of RGB (Red+Green+Blue) = 80+160+68=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #50A044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A044 is #AF5FBB. Grayscale: #7D7D7D. Windows color (decimal): -11493308 or 4497488. OLE color: 4497488.

HSL color Cylindrical-coordinate representation of color #50A044: hue angle of 112.17º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50A044 is Cyan = 0.5, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 160 68 -
CMYK 0.5 0 0.57 0.37
HSL 112.17º 0.4% 0.45% -
HSV(B) 112.17º 0.58% 0.63% -
XYZ 16.92 27.26 9.84 -
YUV 125.59 95.5 95.48 -
System Red Green Blue C M Y K H S L
Decimal 80 160 68 0.5 0 0.57 0.37 112.17 0.4 0.45
Hex 50 A0 44 32 0 39 25 70 28 2D
Octal 120 240 104 62 0 71 45 160 50 55
Binary 1010000 10100000 1000100 110010 0 111001 100101 1110000 101000 101101

Color Harmonies of #50A044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A044

Black with #50A044

Text Example


Text Example

White with #50A044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,160,68); }

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

background-color css

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

 a { background-color: rgb(80,160,68); }

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

border-color css

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

 span { border-color: rgb(80,160,68); }

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