Html Css Color HEX #50A144 Fruit Salad

📋 copy color: '#50A144'

red 80 ◦ green 161 ◦ blue 68

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

Shades of Fruit Salad #50A144

Tints of Fruit Salad #50A144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.1%

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

R = 25.89%
G = 52.1%
B = 22.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#50A144 (or 0x50A144) is known color: Fruit Salad. HEX triplet: 50, A1 and 44. RGB value is (80,161,68). Sum of RGB (Red+Green+Blue) = 80+161+68=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #50A144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A144 is #AF5EBB. Grayscale: #7E7E7E. Windows color (decimal): -11493052 or 4497744. OLE color: 4497744.

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

Color convert

RGB 80 161 68 -
CMYK 0.50 0 0.58 0.37
HSL 112.26º 0.41% 0.45% -
HSV(B) 112.26º 0.58% 0.63% -
XYZ 17.1 27.61 9.9 -
YUV 126.18 95.16 95.06 -
System Red Green Blue C M Y K H S L
Decimal 80 161 68 0.50 0 0.58 0.37 112.26 0.41 0.45
Hex 50 A1 44 32 0 3A 25 70 29 2D
Octal 120 241 104 62 0 72 45 160 51 55
Binary 1010000 10100001 1000100 110010 0 111010 100101 1110000 101001 101101

Color Harmonies of #50A144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A144

Black with #50A144

Text Example


Text Example

White with #50A144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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