Html Css Color HEX #50A445 Fruit Salad

📋 copy color: '#50A445'

red 80 ◦ green 164 ◦ blue 69

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

Shades of Fruit Salad #50A445

Tints of Fruit Salad #50A445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.4%

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 25.56%
G = 52.4%
B = 22.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#50A445 (or 0x50A445) is known color: Fruit Salad. HEX triplet: 50, A4 and 45. RGB value is (80,164,69). Sum of RGB (Red+Green+Blue) = 80+164+69=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #50A445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A445 is #AF5BBA. Grayscale: #808080. Windows color (decimal): -11492283 or 4564048. OLE color: 4564048.

HSL color Cylindrical-coordinate representation of color #50A445: hue angle of 113.05º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50A445 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 164 69 -
CMYK 0.51 0 0.58 0.36
HSL 113.05º 0.41% 0.46% -
HSV(B) 113.05º 0.58% 0.64% -
XYZ 17.66 28.69 10.24 -
YUV 128.05 94.67 93.72 -
System Red Green Blue C M Y K H S L
Decimal 80 164 69 0.51 0 0.58 0.36 113.05 0.41 0.46
Hex 50 A4 45 33 0 3A 24 71 29 2E
Octal 120 244 105 63 0 72 44 161 51 56
Binary 1010000 10100100 1000101 110011 0 111010 100100 1110001 101001 101110

Color Harmonies of #50A445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A445

Black with #50A445

Text Example


Text Example

White with #50A445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,164,69); }

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

background-color css

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

 a { background-color: rgb(80,164,69); }

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

border-color css

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

 span { border-color: rgb(80,164,69); }

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